Commit 2bc5f717 authored by zhouleilei's avatar zhouleilei

添加互联网环境

parent dec59194
...@@ -2,3 +2,4 @@ utc.service.url=http://172.17.0.1:32000/utc ...@@ -2,3 +2,4 @@ utc.service.url=http://172.17.0.1:32000/utc
utc.dt.service.url=http://172.17.0.1:39002/utc-dt utc.dt.service.url=http://172.17.0.1:39002/utc-dt
utc.hisense.service.url=http://127.0.0.1:39003/utc-hisense utc.hisense.service.url=http://127.0.0.1:39003/utc-hisense
control.url=http://172.17.0.1:42001/web control.url=http://172.17.0.1:42001/web
ehualu.url=http://37.12.182.29:30015
\ No newline at end of file
spring:
cloud:
nacos:
config:
server-addr: 10.102.1.182:8848
file-extension: yaml
group: signal
namespace: signal
username: nacos
password: nacos
application:
# dubbo启动需要程序名称
name: utc-hisense
main:
allow-circular-references: true
\ No newline at end of file
spring:
application:
# dubbo启动需要程序名称
name: utc
main:
allow-circular-references: true
cloud:
nacos:
config:
server-addr: 10.102.1.182:8848
file-extension: yaml
group: signal
namespace: signal
username: nacos
password: nacos
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment