mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-12-28 10:03:36 +00:00
21 lines
454 B
JSON
21 lines
454 B
JSON
|
{
|
||
|
"prefix": "",
|
||
|
"port": 8001,
|
||
|
"dbglevel": 0,
|
||
|
"queue_retry_minutes": 2,
|
||
|
"queue_retry_max": 10,
|
||
|
"cssurls": [
|
||
|
""
|
||
|
],
|
||
|
"max_timeline_entries": 128,
|
||
|
"timeline_purge_days": 120,
|
||
|
"local_purge_days": 0,
|
||
|
"admin_account": "",
|
||
|
"title": "",
|
||
|
"short_description": "",
|
||
|
"fastcgi": false,
|
||
|
"layout": 2.7,
|
||
|
"address": "0.0.0.0",
|
||
|
"host": "snac.notnull.space",
|
||
|
"admin_email": "paul@notnull.space"
|
||
|
}
|