0
0
Fork 0

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