From a77b35d55af679f4bc7c6810530e4f113e2c5eff Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Mon, 17 Feb 2025 02:15:12 +0100 Subject: [PATCH] Updated .env.example --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 68d322b..2721dec 100644 --- a/.env.example +++ b/.env.example @@ -6,10 +6,10 @@ JWT_SECRET="secret" CLIENT_URL="http://localhost:5173" # Database configuration -REDIS_URL="redis://@redis:6379/4" -DB_HOST="mariadb" -DB_USER="mariadb" -DB_PASS="mariadb" +REDIS_URL="redis://@127.0.0.1:6379/4" +DB_HOST="localhost" +DB_USER="root" +DB_PASS="" DB_PORT="3306" DB_NAME="game"