From 9f4b54f53bebff001418ff5ab1c03d266d226efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=84=EB=A5=B4=ED=8E=98?= Date: Sat, 3 Feb 2024 16:34:52 +0900 Subject: [PATCH] Update config.example.json --- config.example.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config.example.json b/config.example.json index b41bedd..e268528 100644 --- a/config.example.json +++ b/config.example.json @@ -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" + ] + } }