Update config.example.json

This commit is contained in:
オスカー、 2024-02-03 16:34:52 +09:00 committed by GitHub
parent cedee662f3
commit 9f4b54f53b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
"port": 4000,
"url": "https://misskey.tools",
"url": "https://t.psec.dev",
"uaExtra": "",
"db": {
"host": "localhost",
"port": 5432,
"user": "user",
"pass": "pass",
"user": "tools",
"pass": "some-random-password-string",
"db": "tools",
"extra": {}
},
@ -14,4 +14,10 @@
"username": "your_user_name",
"host": "your-instance-host"
}
"whitelist": {
"enabled": false,
"instances": [
"psec.dev"
]
}
}