move ADMIN_PASSWORD to the right section

This commit is contained in:
Thomas Rubini 2023-04-01 19:03:44 +02:00
parent 4d56dd8d2f
commit 172d5fc2a2
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -4,6 +4,7 @@ DISCORD_BOT_TOKEN=""
ORIGIN="https://example.com"
GAME_LIMIT=100
GAME_TIMEOUT=1800
ADMIN_PASSWORD="s0meV3ryL0ngP@sswOrd"
# Database
DB_HOST=""
@ -11,4 +12,3 @@ DB_PORT=3306
DB_USER=""
DB_PASSWORD=""
DB_DBNAME=""
ADMIN_PASSWORD="s0meV3ryL0ngP@sswOrd"