diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..41020d2 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# .env (Docker Compose Version) + +DISCORD_TOKEN=YOUR_BOT_TOKEN_HERE + +# Use the Docker Compose service name for the host +LAVALINK_HOST=lavalink +LAVALINK_PORT=2333 +LAVALINK_PASSWORD=youshallnotpass # Must match application.yml \ No newline at end of file