diff --git a/server/.env.example b/server/.env.example index 0276c89..f86c802 100644 --- a/server/.env.example +++ b/server/.env.example @@ -2,9 +2,9 @@ DB_TYPE=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_NAME=saiadmin -DB_USER=root -DB_PASSWORD=123456 +DB_NAME=dafuweng-v3 +DB_USER=dafuweng-v3 +DB_PASSWORD=tA6rciKLKxpFNGAm DB_PREFIX= DB_POOL_MAX=32 DB_POOL_MIN=4 @@ -17,10 +17,10 @@ REDIS_POOL_MAX=32 REDIS_HOST=127.0.0.1 REDIS_PORT=6379 REDIS_PASSWORD='' -REDIS_DB=0 +REDIS_DB=1 # 游戏地址,用于 /api/v1/getGameUrl 返回 -GAME_URL=dice-game.yuliao666.top +GAME_URL=dice-game-v3.yuliao666.top # API 鉴权与用户(可选,不填则用默认值) # authToken 签名密钥(必填,与客户端约定,用于 signature 校验)