This commit is contained in:
Graham Steffaniak 2023-09-01 17:57:24 -05:00
parent 5c860a45e1
commit 014b999ed7
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
server: server:
port: 8050 port: 8050
#baseURL: / baseURL: ""
address: '' address: ''
log: stdout log: stdout
database: database.db database: database.db
@ -12,7 +12,7 @@ general:
disable-type-detection-by-header: false disable-type-detection-by-header: false
auth: auth:
header: '' header: ''
method: noauth method: password
command: '' command: ''
signup: false signup: false
shell: '' shell: ''