1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
filebrowser_ynh/conf/settings.json
Éric Gaspar 91b6f1cf79 v2
2023-02-26 11:41:48 +01:00

8 lines
No EOL
165 B
JSON

{
"port": "__PORT__",
"baseURL": "__PATH__",
"address": "127.0.0.1",
"log": "stdout",
"database": "__INSTALL_DIR__/database.db",
"root": "__DATA_DIR__"
}