Initial commit

master
soxx 3 years ago
commit fd402a3f71
  1. 1
      .gitignore
  2. 27
      config.yml

1
.gitignore vendored

@ -0,0 +1 @@
/data/

@ -0,0 +1,27 @@
server:
keepaliveperiodseconds: 0
listenaddr: "127.0.0.1"
port: 4542
ssl:
enabled: false
cors:
alloworigins:
- gotify.sillywalk.de
stream:
pingperiodseconds: 45
database:
dialect: sqlite3
connection: data/gotify.db
defaultuser:
name: admin
pass: PAI2pQDIHJEiyx5thZUyYmr5hmnv5Tlp%
passstrength: 10
uploadedimagesdir: data/images
pluginsdir: data/plugins
registration: false
Loading…
Cancel
Save