优化部署配置
This commit is contained in:
11
.env.example
11
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user