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": {
|
||||
"driver": "sqlite",
|
||||
"name": "sftpgo.db",
|
||||
"name": "/usr/local/etc/sftpgo/sftpgo.db",
|
||||
"host": "",
|
||||
"port": 0,
|
||||
"username": "",
|
||||
|
|
Loading…
Reference in a new issue