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"