{ "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 }, "auth": { "privacyPolicy": "https://git.ailur.dev/Paperwork/nucleus/src/commit/5d191eea87cffae8bdca42017ac26dc19e6cb3de/Privacy.md", "url": "http://localhost:8000", "identifier": "Authenticator", "adminKey": "supersecretkey", "testAppIsInternalApp": true, "testAppEnabled": true } } }