36 lines
766 B
JSON
36 lines
766 B
JSON
{
|
|
"storage": {
|
|
"ttl": 7776000,
|
|
"limit": {
|
|
"bytes": 10485760,
|
|
"lines": 25000
|
|
}
|
|
},
|
|
"mongodb": {
|
|
"url": "mongodb://127.0.0.1:27017",
|
|
"database": "mclogs"
|
|
},
|
|
"id": {
|
|
"length": 7
|
|
},
|
|
"legal": {
|
|
"abuse": "abuse@aternos.org",
|
|
"imprint": "https://aternos.gmbh/imprint/",
|
|
"privacy": "https://aternos.gmbh/en/mclogs/privacy"
|
|
},
|
|
"frontend": {
|
|
"name": "mclo.gs",
|
|
"assets": {
|
|
"integrity": true
|
|
},
|
|
"color": {
|
|
"background": "#1a1a1a",
|
|
"text": "#e8e8e8",
|
|
"accent": "#5cb85c",
|
|
"error": "#f62451"
|
|
}
|
|
},
|
|
"worker": {
|
|
"requests": 500
|
|
}
|
|
} |