chore: allow and add .env.example

This commit is contained in:
vibe-bot 2025-08-07 23:35:29 +02:00
parent c39f5fce0c
commit bbe59ab35a
2 changed files with 8 additions and 0 deletions

5
.env.example Normal file
View file

@ -0,0 +1,5 @@
# Discord Soundboard Environment Beispiel
DISCORD_TOKEN=YOUR_TOKEN_HERE
PORT=8199
SOUNDS_DIR=/data/sounds
#ALLOWED_GUILD_IDS=123456789012345678,987654321098765432

3
.gitignore vendored
View file

@ -24,3 +24,6 @@ Thumbs.db
# Runtime data # Runtime data
/data/ /data/
!.env.example