You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
781 B

{
"mk_url": "https://misskey-instance.tld/api/",
"mk_username": "misskey-username",
"mk_token": "misskey-token",
"message": {
"visibility": "[public|home|followers]",
"text": "Notification text mentioning your @misskey_username",
"local_only": true,
"no_block_text": "You haven't been block during the selected time period.",
"block_count_text": "Total users blocking you:",
"last_block_text": "You were last blocked by:"
},
"use_ssh": true,
"tunnel": {
"user": "ssh-user",
"password": "ssh-password",
"key": "/path/to/ssh/key",
"address": "192.168.0.1",
"port": 22
},
"db": {
"name": "database-name",
"user": "database-user",
"password": "database-password",
"host": "127.0.0.1",
"port": 5432
}
}