2019-05-22 08:18:41 +00:00
|
|
|
# spring
|
|
|
|
server.servlet.contextPath=${SERVER_SERVLET_CONTEXTPATH:/nacos}
|
|
|
|
server.contextPath=/nacos
|
|
|
|
server.port=${NACOS_SERVER_PORT:8848}
|
|
|
|
spring.datasource.platform=${SPRING_DATASOURCE_PLATFORM:""}
|
|
|
|
nacos.cmdb.dumpTaskInterval=3600
|
|
|
|
nacos.cmdb.eventTaskInterval=10
|
|
|
|
nacos.cmdb.labelTaskInterval=300
|
|
|
|
nacos.cmdb.loadDataAtStart=false
|
2019-06-28 13:00:17 +00:00
|
|
|
db.num=${MYSQL_DATABASE_NUM:2}
|
2019-05-22 08:18:41 +00:00
|
|
|
db.url.0=jdbc:mysql://${MYSQL_MASTER_SERVICE_HOST}:${MYSQL_MASTER_SERVICE_PORT:3306}/${MYSQL_MASTER_SERVICE_DB_NAME}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
|
|
|
|
db.url.1=jdbc:mysql://${MYSQL_SLAVE_SERVICE_HOST}:${MYSQL_SLAVE_SERVICE_PORT:3306}/${MYSQL_MASTER_SERVICE_DB_NAME}?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true
|
|
|
|
db.user=${MYSQL_MASTER_SERVICE_USER}
|
|
|
|
db.password=${MYSQL_MASTER_SERVICE_PASSWORD}
|
2019-07-07 15:42:18 +00:00
|
|
|
server.tomcat.accesslog.enabled=${TOMCAT_ACCESSLOG_ENABLED:false}
|
2019-05-22 08:18:41 +00:00
|
|
|
server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %D
|
|
|
|
# default current work dir
|
|
|
|
server.tomcat.basedir=
|
|
|
|
## spring security config
|
|
|
|
### turn off security
|
|
|
|
|
|
|
|
nacos.security.ignore.urls=/,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-fe/public/**,/v1/auth/login,/v1/console/health/**,/v1/cs/**,/v1/ns/**,/v1/cmdb/**,/actuator/**,/v1/console/server/**
|
|
|
|
# metrics for elastic search
|
2019-07-07 15:42:18 +00:00
|
|
|
management.metrics.export.elastic.enabled=false
|
2019-05-22 08:18:41 +00:00
|
|
|
management.metrics.export.influx.enabled=false
|
|
|
|
|
|
|
|
nacos.naming.distro.taskDispatchThreadCount=10
|
|
|
|
nacos.naming.distro.taskDispatchPeriod=200
|
|
|
|
nacos.naming.distro.batchSyncKeyCount=1000
|
|
|
|
nacos.naming.distro.initDataRatio=0.9
|
|
|
|
nacos.naming.distro.syncRetryDelay=5000
|
|
|
|
nacos.naming.data.warmup=true
|
|
|
|
|