moved settings to folder

This commit is contained in:
Daniele Viti
2023-09-13 15:01:41 +02:00
parent d1d9547a01
commit 9c356a140e
4 changed files with 4 additions and 4 deletions

12
settings/fb-settings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"port": 80,
"baseURL": "",
"address": "0.0.0.0",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/fdroid/repo",
"auth": {
"method": "json",
"file": "/usr/local/.fbconfig/users.json"
}
}