|
|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- port: 24401
|
|
|
+ port: 25903
|
|
|
yt:
|
|
|
port: 8848
|
|
|
local: 127.0.0.1
|
|
|
@@ -7,30 +7,30 @@ yt:
|
|
|
prod_2: 119.45.117.147
|
|
|
spring:
|
|
|
profiles:
|
|
|
- active: local
|
|
|
+ active: prod
|
|
|
---
|
|
|
spring:
|
|
|
profiles: local
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
application:
|
|
|
- name: lemon-service
|
|
|
+ name: lemonios-service
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
server-addr: ${yt.local}:${yt.port}
|
|
|
- namespace: 52439154-ea03-4121-9759-44d0cacc4765
|
|
|
+ namespace: 059740b0-1325-454c-8d86-5208d036caba
|
|
|
config:
|
|
|
server-addr: ${yt.local}:${yt.port}
|
|
|
file-extension: yml
|
|
|
- namespace: 52439154-ea03-4121-9759-44d0cacc4765
|
|
|
+ namespace: 059740b0-1325-454c-8d86-5208d036caba
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
|
main:
|
|
|
allow-bean-definition-overriding: true
|
|
|
application:
|
|
|
- name: lemon-service
|
|
|
+ name: lemonios-service
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
@@ -45,7 +45,7 @@ spring:
|
|
|
spring:
|
|
|
profiles: prod
|
|
|
application:
|
|
|
- name: lemon-service
|
|
|
+ name: lemonios-service
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|