Files
iblogs/example.config.json
Sam Kintop bf3870ccca
Some checks failed
Publish Docker Image / build-and-push (push) Failing after 2m13s
all
2026-04-30 09:44:02 -05:00

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
}
}