10 lines
182 B
Bash
10 lines
182 B
Bash
# 唤景平台世界模式(scense)测试环境配置
|
||
APP_NAME=scense
|
||
APP_PORT=9380
|
||
DB_HOST=localhost
|
||
DB_PORT=3306
|
||
DB_NAME=scense
|
||
DB_USER=test
|
||
DB_PASSWORD=test123
|
||
DEPLOY_ENV=test
|