Files
fediarchiver/config.json-example

49 lines
965 B
Plaintext

{
"db_host": "localhost",
"db_port": 5432,
"db_db": "fediarchiver",
"db_user": "fediuser",
"db_pass": "fedipass",
"db_maxopenconn": 50,
"db_maxidleconn": 50,
"web": true,
"web_port": 8081,
"spider": false,
"rate_limit": 1000,
"http_timeout": 30,
"archiveorg_enabled": true,
"archiveis_enabled": true,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36",
"hub_workers": 30,
"domains": {
"mastodon.social": {
"archiveis": true,
"archiveis_json": true,
"archiveorg": true,
"archiveorg_json": true,
"users": [
"1",
"2"
]
},
"afterlife.masto.host": {
"archiveis": true,
"archiveis_json": true,
"archiveorg": true,
"archiveorg_json": true,
"users": [
"1"
]
},
"pleroma.site": {
"archiveis": false,
"archiveis_json": true,
"archiveorg": false,
"archiveorg_json": true,
"users": [
"1"
]
}
}
}