2
0

优化部署配置

This commit is contained in:
2025-12-20 19:00:20 +08:00
parent da82f77082
commit e2b5608fc5
6 changed files with 1109 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
# postgres
DB_USERNAME=
DB_PASSWORD=
DB_NAME=
DB_USERNAME=test
DB_PASSWORD=test
DB_NAME=app
DB_PORT=5432
# redis
REDIS_PORT=6379
PLATFORM_PORT=8080
WEB_PORT=3000