You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
276 B
Bash
14 lines
276 B
Bash
6 months ago
|
|
||
|
# mysql相关配置内容
|
||
|
MYSQL_PASSWORD=llm@984573~!eda
|
||
|
MYSQL_PORT=42415
|
||
|
|
||
|
# 知识报送后台服务相关配置内容
|
||
|
WEB_HTTP_PORT=9201
|
||
|
SPRING_PROFILES_ACTIVE=prod
|
||
|
# nginx相关配置内容
|
||
|
NGINX_HTTP_PORT=1180
|
||
|
KNOW_SUB_SERVERS=know-sub-web:9201
|
||
|
|
||
|
TIMEZONE='Asia/Shanghai'
|