You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
447 B
21 lines
447 B
3 years ago
|
# 项目启动的时候,会根据环境,取这个配置
|
||
|
mysql:
|
||
|
host: rm-m5e3dt66l8sg585wm.mysql.rds.aliyuncs.com
|
||
|
port: 3306
|
||
|
db: epmet_jmreport
|
||
|
username: epmet_jmreport_user
|
||
|
password: EpmEt-db-UsEr
|
||
|
|
||
|
nacos:
|
||
|
discovery:
|
||
|
server-addr: 192.168.11.211:8848
|
||
|
namespace: bd205d23-e696-47be-b995-916313f86e99
|
||
|
enabled: true
|
||
|
|
||
|
|
||
|
spring:
|
||
|
redis:
|
||
|
host: 192.168.11.211
|
||
|
port: 6379
|
||
|
database: 0
|
||
|
password: EpmEtclOUdrEdIs!Q2w
|