30 lines
529 B
JSON
30 lines
529 B
JSON
{
|
|
"url": "https://${HOST}/",
|
|
"port": 3000,
|
|
"db": {
|
|
"host": "db.${HOST}",
|
|
"port": 5432,
|
|
"db": "misskey",
|
|
"user": "postgres",
|
|
"pass": "postgres"
|
|
},
|
|
"dbReplications": false,
|
|
"trustProxy": true,
|
|
"redis": {
|
|
"host": "redis.test",
|
|
"port": 6379
|
|
},
|
|
"id": "aidx",
|
|
"proxyBypassHosts": [
|
|
"api.deepl.com",
|
|
"api-free.deepl.com",
|
|
"www.recaptcha.net",
|
|
"hcaptcha.com",
|
|
"challenges.cloudflare.com"
|
|
],
|
|
"allowedPrivateNetworks": [
|
|
"127.0.0.1/32",
|
|
"172.20.0.0/16"
|
|
]
|
|
}
|