Intellivoid-Services-Web/src/configuration.json

39 lines
1.4 KiB
JSON

{
"name": "Intellivoid Services",
"version": "1.0.0.0",
"author": "Zi Xing Narrakas",
"organization": "Intellivoid Technologies",
"configuration": {
"root_path": "/",
"localization": {
"enabled": true,
"primary_localization": "en",
"auto_detect_preference": true,
"localizations": {
"en": "localization/en.json"
}
},
"favicon": "favicon/favicon.ico",
"localization_enabled": true,
"debugging_mode": true,
"framework_signature": true,
"application_signature": true,
"security_headers": false,
"enable_khm": true,
"firewall_deny": [],
"headers": {}
},
"runtime_scripts": [
{"event": "pre_page_load", "script": "runtime_scripts/coa_sniffles.dyn"},
{"event": "pre_page_load", "script": "runtime_scripts/check_auth.dyn"}
],
"web_assets": [
{"type": "ppm", "name": "primary_assets", "source": "net.intellivoid.dore_template==latest", "path": "assets"},
{"type": "local", "name": "logos", "source": "logos", "path": "logos"}
],
"router": [
{"method": ["GET"], "path": "", "page": "index", "params": []},
{"method": ["GET"], "path": "logout", "page": "logout", "params": []},
{"method": ["GET"], "path": "dashboard", "page": "dashboard", "params": []}
]
}