fulgens/config.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2024-09-28 19:41:34 +01:00
{
"global": {
"ip": "0.0.0.0",
"port": "8000",
"serviceDirectory": "./services",
"resourceDirectory": "./resources"
},
"logging": {
"enabled": true,
"file": "fulgens.log"
},
"database": {
"databaseType": "sqlite",
"databasePath": "./databases"
},
"services": {
"storage": {
"path": "./blob",
"defaultQuota": 50000000
2024-09-28 19:41:34 +01:00
},
"authentication": {
2024-09-28 19:41:34 +01:00
"privacyPolicy": "https://git.ailur.dev/Paperwork/nucleus/src/commit/5d191eea87cffae8bdca42017ac26dc19e6cb3de/Privacy.md",
"url": "http://localhost:8000",
"identifier": "Authenticator",
"adminKey": "supersecretkey",
"testAppIsInternalApp": true,
"testAppEnabled": true
},
"eternity": {
"hostName": "http://localhost:8000",
"gitDir": "./git",
"outputDir": "./output"
},
"datatracker": {
"hostName": "http://localhost:8000"
2024-09-28 19:41:34 +01:00
}
}
}