From 271f495f162092b3b4da2c78b0ef48795a1ccc76 Mon Sep 17 00:00:00 2001 From: SebClem Date: Thu, 30 Jun 2022 20:07:20 +0200 Subject: [PATCH] :hammer: Add prod env --- .env.production | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..388ab21 --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ +VITE_OAUTH_REDIRECT_URL="https://discord.com/api/oauth2/authorize?client_id=440168371892518913&redirect_uri=https%3A%2F%2Fclaptrapbot.com%2Foauth2%2Fcallback&response_type=code&scope=identify" +VITE_API_BASE_URL="http://api.claptrapbot.com/api/v2/" +VITE_DISCORD_USER_AVATAR_URL="https://cdn.discordapp.com/avatars/" + +VITE_APP_TITLE="Claptrap" \ No newline at end of file