[DOC] 新增 GEMINI.md 與 開發.md 規範手冊,統一時區與開發慣例
All checks were successful
star-cloud-deploy-demo / deploy-demo (push) Successful in 49s

This commit is contained in:
2026-03-13 10:38:05 +08:00
parent 3fbb7bc286
commit 7f9f76111c
3 changed files with 51 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ APP_DEBUG=true
APP_URL=http://localhost:8090
APP_PORT=8090
APP_LOCALE=en
APP_LOCALE=zh_TW
APP_TIMEZONE=Asia/Taipei
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
@@ -25,7 +26,7 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=star-cloud
DB_DATABASE=star_cloud
DB_USERNAME=sail
DB_PASSWORD=password
# FORWARD_DB_PORT=3308
@@ -38,7 +39,7 @@ SESSION_DOMAIN=null
BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
QUEUE_CONNECTION=redis
CACHE_STORE=database
# CACHE_PREFIX=
@@ -49,7 +50,7 @@ REDIS_CLIENT=phpredis
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379
# FORWARD_REDIS_PORT=6380
FORWARD_REDIS_PORT=6380
MAIL_MAILER=smtp
MAIL_SCHEME=null