misskey-tools/config.example.json

12 lines
179 B
JSON
Raw Normal View History

2020-08-04 12:13:41 +09:00
{
"port": 4000,
2020-08-04 14:38:26 +09:00
"url": "https://misshaialert.com",
"db": {
"host": "localhost",
"port": 5432,
"user": "user",
"pass": "pass",
"db": "misshaialert",
"extra": {}
}
2020-08-04 12:13:41 +09:00
}