misskey-tools/config.example.json

10 lines
146 B
JSON
Raw Normal View History

2020-08-04 12:13:41 +09:00
{
"port": 4000,
2021-10-09 21:33:25 +09:00
"url": "https://misskey.tools",
"uaExtra": "",
2021-10-09 21:33:25 +09:00
"admin": {
"username": "your_user_name",
"host": "your-instance-host"
2020-08-04 14:38:26 +09:00
}
2021-10-09 21:33:25 +09:00
}