Config: .env.example mit ADMIN_PWD und allen benötigten Umgebungsvariablen aktualisiert
This commit is contained in:
parent
7020c07edf
commit
61310b137d
1 changed files with 2 additions and 0 deletions
|
|
@ -2,4 +2,6 @@
|
||||||
DISCORD_TOKEN=YOUR_TOKEN_HERE
|
DISCORD_TOKEN=YOUR_TOKEN_HERE
|
||||||
PORT=8199
|
PORT=8199
|
||||||
SOUNDS_DIR=/data/sounds
|
SOUNDS_DIR=/data/sounds
|
||||||
|
#sounds_dir also saves the state.json
|
||||||
|
ADMIN_PWD=YOUR_ADMIN_PWD_FOR_LOGIN
|
||||||
#ALLOWED_GUILD_IDS=123456789012345678,987654321098765432
|
#ALLOWED_GUILD_IDS=123456789012345678,987654321098765432
|
||||||
Loading…
Add table
Add a link
Reference in a new issue