Page MenuHomeSealhub

default_config.json
No OneTemporary

default_config.json

{
"core": {
"environment": "dev"
},
"logger": {
"level": "info",
"color": true,
"file": null,
"dirname": ".",
"to_json": false,
"rotation": ".yyyy-MM-Tdd"
},
"www-server": {
"port": 8080,
"api-base": "/api/v1",
"session-cookie-name": "sealious-session",
"max-payload-bytes": 10485760
},
"datastore_mongo": {
"embedded": false,
"host": "127.0.0.1",
"port": 27017,
"db_name": "sealious"
},
"roles": [
"admin"
],
"password_hash": {
"iterations": 26000,
"key_length": 512,
"salt_length": 21
},
"image_formats": {},
"accout_creation_success_path": false
}

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 08:08 (20 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
552377
Default Alt Text
default_config.json (598 B)

Event Timeline