Browse Source
fix: set correct default database path in the config
pull/1743/head
Oleg Lobanov
5 months ago
No known key found for this signature in database
GPG Key ID: 7CC64E41212621B0
1 changed files with
1 additions and
1 deletions
-
docker/root/defaults/settings.json
|
|
@ -3,6 +3,6 @@ |
|
|
|
"baseURL": "", |
|
|
|
"address": "", |
|
|
|
"log": "stdout", |
|
|
|
"database": "/database.db", |
|
|
|
"database": "/database/filebrowser.db", |
|
|
|
"root": "/srv" |
|
|
|
} |