chore: allow and add .env.example
This commit is contained in:
parent
c39f5fce0c
commit
bbe59ab35a
2 changed files with 8 additions and 0 deletions
5
.env.example
Normal file
5
.env.example
Normal 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
3
.gitignore
vendored
|
|
@ -24,3 +24,6 @@ Thumbs.db
|
||||||
|
|
||||||
# Runtime data
|
# Runtime data
|
||||||
/data/
|
/data/
|
||||||
|
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue