processcube.apptemplate
Version:
A AppTemplate for a App build with and for the ProcessCube Plattform
28 lines (27 loc) • 573 B
JSON
{
"httpServer": {
"host": "0.0.0.0",
"port": 8000
},
"logging": {
"outputPath": "logs",
"minLogLevel": "info"
},
"database": {
"username": null,
"password": null,
"database": null,
"host": null,
"port": null,
"dialect": "sqlite",
"storage": "/database/engine.sqlite",
"supportBigNumbers": true,
"resetPasswordRequestTimeToLive": 12,
"logging": false
},
"iam": {
"baseUrl": "http://authority:11560/",
"claimUrl": "http://authority:11560/claims/ensure",
"allowAnonymousRootAccess": true
}
}