You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
417 B
27 lines
417 B
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
|
|
|