From 172d5fc2a2febe3ea8965af58c94ea991b85095d Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:03:44 +0200 Subject: [PATCH] move ADMIN_PASSWORD to the right section --- .env.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dist b/.env.dist index e16daf2..add48f1 100644 --- a/.env.dist +++ b/.env.dist @@ -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" \ No newline at end of file