From ba96e8c32f47a5f5ef6cc96ea749143acee48e11 Mon Sep 17 00:00:00 2001 From: aki Date: Sun, 20 Apr 2025 00:51:46 +0800 Subject: [PATCH] chore: Add .env.example --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example 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