From e03e77a137549b3a48d76b1f6e6fc4ea52ad3fc4 Mon Sep 17 00:00:00 2001 From: Bifeldy Date: Sun, 30 Apr 2023 18:04:17 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20Update=20Example=20(=3F)=20?= =?UTF-8?q?=F0=9F=A4=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- secret.example.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/secret.example.json b/secret.example.json index dea19c0bf..a7ebe7844 100644 --- a/secret.example.json +++ b/secret.example.json @@ -2,6 +2,7 @@ "IS_PRODUCTION": false, "JWT_SECRET_KEY": "", "DOMAIN": "localhost", + "DOMAIN_ALT": "localhost", "IP": "127.0.0.1", "BASE_URL": "http://localhost:4200", "DB_PASSWORD": "postgres", @@ -21,5 +22,6 @@ "MAILTRAP_KEY": "", "CLOUDFLARE_KEY": "", "DISCORD_CLIENT_SECRET": "", - "DISCORD_BOT_LOGIN_TOKEN": "" + "DISCORD_BOT_LOGIN_TOKEN": "", + "MAL_CLIENT_ID" : "" } \ No newline at end of file