修改配置文件
This commit is contained in:
parent
3aa4a990ba
commit
5c0326de6e
@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: ${tmerclub_PORT:9112}
|
||||
port: ${TMERCLUB_ADMIN_PORT:9112}
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
|
@ -11,7 +11,7 @@ spring:
|
||||
password: ${NACOS_PASSWORD:BYzL!Z3C}
|
||||
namespace: ${NACOS_NAMESPACE:}
|
||||
config:
|
||||
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
|
||||
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
- application.${spring.cloud.nacos.config.file-extension}
|
||||
@ -25,4 +25,4 @@ logging:
|
||||
# dubbo端口:默认为服务端口+2000
|
||||
dubbo:
|
||||
protocol:
|
||||
port: ${TMERCLUB_DUBBO_PORT:11101}
|
||||
port: ${TMERCLUB_DUBBO_PORT:11101}
|
||||
|
@ -25,4 +25,4 @@ logging:
|
||||
# dubbo端口:默认为服务端口+2000
|
||||
dubbo:
|
||||
protocol:
|
||||
port: ${tmerclub_DUBBO_PORT:9509}
|
||||
port: ${tmerclub_DUBBO_PORT:11101}
|
||||
|
@ -32,5 +32,5 @@ logging:
|
||||
# dubbo端口:默认为服务端口+2000
|
||||
dubbo:
|
||||
protocol:
|
||||
port: ${tmerclub_DUBBO_PORT:9505}
|
||||
port: ${tmerclub_DUBBO_PORT:11101}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user