feat: v0.3.3 - 清理代码结构,删除common层,保留core层企业级基础设施
- 删除common层业务代码(将通过real-business-logic-generator.js重新生成) - 清理重复的core层生成工具 - 保留完整的企业级core层基础设施(Security/Cache/Tracing/Event/Queue/Health) - 版本号升级到0.3.3 - 项目架构现已完整,接下来专注优化PHP到TypeScript语法转换
This commit is contained in:
@@ -15,10 +15,18 @@ TZ=Asia/Shanghai
|
||||
# ========================================
|
||||
# 数据库配置
|
||||
# ========================================
|
||||
DB_HOST=localhost
|
||||
# 本地开发配置
|
||||
# DB_HOST=localhost
|
||||
# DB_PORT=3306
|
||||
# DB_USERNAME=root
|
||||
# DB_PASSWORD=
|
||||
# DB_DATABASE=wwjcloud
|
||||
|
||||
# Docker开发配置
|
||||
DB_HOST=db
|
||||
DB_PORT=3306
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=
|
||||
DB_PASSWORD=123456
|
||||
DB_DATABASE=wwjcloud
|
||||
DB_SYNC=false
|
||||
DB_LOGGING=false
|
||||
@@ -26,7 +34,14 @@ DB_LOGGING=false
|
||||
# ========================================
|
||||
# Redis 配置
|
||||
# ========================================
|
||||
REDIS_HOST=localhost
|
||||
# 本地开发配置
|
||||
# REDIS_HOST=localhost
|
||||
# REDIS_PORT=6379
|
||||
# REDIS_PASSWORD=
|
||||
# REDIS_DB=0
|
||||
|
||||
# Docker开发配置
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
REDIS_DB=0
|
||||
@@ -59,7 +74,7 @@ CACHE_PREFIX=wwjcloud:cache:
|
||||
# ========================================
|
||||
LOG_LEVEL=info
|
||||
LOG_FORMAT=json
|
||||
LOG_FILENAME=
|
||||
LOG_FILENAME=logs/app.log
|
||||
|
||||
# ========================================
|
||||
# 文件上传配置
|
||||
|
||||
Reference in New Issue
Block a user