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