Fix sftpgo.db file path
This commit is contained in:
parent
d5159cd1b1
commit
72e62bc25b
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@
|
||||||
},
|
},
|
||||||
"data_provider": {
|
"data_provider": {
|
||||||
"driver": "sqlite",
|
"driver": "sqlite",
|
||||||
"name": "sftpgo.db",
|
"name": "/usr/local/etc/sftpgo/sftpgo.db",
|
||||||
"host": "",
|
"host": "",
|
||||||
"port": 0,
|
"port": 0,
|
||||||
"username": "",
|
"username": "",
|
||||||
|
|
Loading…
Reference in a new issue