commit
fd402a3f71
@ -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…
Reference in new issue