misskey-tools/config.example.json
2021-10-09 21:33:25 +09:00

17 lines
256 B
JSON

{
"port": 4000,
"url": "https://misskey.tools",
"db": {
"host": "localhost",
"port": 5432,
"user": "user",
"pass": "pass",
"db": "misshaialert",
"extra": {}
},
"admin": {
"username": "your_user_name",
"host": "your-instance-host"
}
}