From 7fd07b5a6a56d604655b128cedda43d47278ca32 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 14 Jul 2024 16:24:23 +0200 Subject: [PATCH] Chore : add .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a809479 --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +NUXT_PUBLIC_ENDPOINT=http://localhost:8765 +NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT=https://discord.com/oauth2/authorize?client_id= +NUXT_DEV_MODE=TRUE \ No newline at end of file