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