Compare commits
2 Commits
590cb48d20
...
53ea800d5c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
53ea800d5c | ||
![]() |
1b565d8bd4 |
@ -1,14 +1,14 @@
|
||||
server:
|
||||
port: ${tmerclub_PORT:9118}
|
||||
port: ${TMERCLUB_AUTH_PORT:9118}
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: ${NACOS_HOST:192.168.193.128}:${NACOS_PORT:8848}
|
||||
username: nacos
|
||||
password: ${NACOS_PASSWORD:hn02le.34lkdLKD}
|
||||
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
|
||||
username: ${NACOS_USERNAME:nacos}
|
||||
password: ${NACOS_PASSWORD:BYzL!Z3C}
|
||||
namespace: ${NACOS_NAMESPACE:}
|
||||
config:
|
||||
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
||||
@ -26,4 +26,4 @@ logging:
|
||||
# dubbo端口:默认为服务端口+2000
|
||||
dubbo:
|
||||
protocol:
|
||||
port: ${tmerclub_DUBBO_PORT:9518}
|
||||
port: ${TMERCLUB_DUBBO_PORT:11101}
|
||||
|
@ -1,17 +1,17 @@
|
||||
server:
|
||||
port: ${tmerclub_PORT:9116}
|
||||
port: ${TMERCLUB_AUTH_PORT:9116}
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: ${NACOS_HOST:192.168.193.128}:${NACOS_PORT:8848}
|
||||
username: nacos
|
||||
password: ${NACOS_PASSWORD:hn02le.34lkdLKD}
|
||||
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
|
||||
username: ${NACOS_USERNAME:nacos}
|
||||
password: ${NACOS_PASSWORD:BYzL!Z3C}
|
||||
namespace: ${NACOS_NAMESPACE:}
|
||||
config:
|
||||
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
||||
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
|
||||
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:9516}
|
||||
port: ${TMERCLUB_DUBBO_PORT:11101}
|
||||
|
@ -1,14 +1,14 @@
|
||||
server:
|
||||
port: 8000
|
||||
port: ${TMERCLUB_AUTH_PORT:8000}
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: ${NACOS_HOST:192.168.193.128}:${NACOS_PORT:8848}
|
||||
username: nacos
|
||||
password: ${NACOS_PASSWORD:hn02le.34lkdLKD}
|
||||
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
|
||||
username: ${NACOS_USERNAME:nacos}
|
||||
password: ${NACOS_PASSWORD:BYzL!Z3C}
|
||||
namespace: ${NACOS_NAMESPACE:}
|
||||
config:
|
||||
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
||||
|
@ -1,14 +1,14 @@
|
||||
server:
|
||||
port: ${tmerclub_PORT:9114}
|
||||
port: ${TMERCLUB_AUTH_PORT:9114}
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
server-addr: ${NACOS_HOST:192.168.193.128}:${NACOS_PORT:8848}
|
||||
username: nacos
|
||||
password: ${NACOS_PASSWORD:hn02le.34lkdLKD}
|
||||
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
|
||||
username: ${NACOS_USERNAME:nacos}
|
||||
password: ${NACOS_PASSWORD:BYzL!Z3C}
|
||||
namespace: ${NACOS_NAMESPACE:}
|
||||
config:
|
||||
server-addr: ${spring.cloud.nacos.discovery.server-addr}
|
||||
@ -25,4 +25,4 @@ logging:
|
||||
# dubbo端口:默认为服务端口+2000
|
||||
dubbo:
|
||||
protocol:
|
||||
port: ${tmerclub_DUBBO_PORT:9514}
|
||||
port: ${tmerclub_DUBBO_PORT:11101}
|
||||
|
Loading…
x
Reference in New Issue
Block a user