Commit 8256369f authored by wutu's avatar wutu

去IP化

parent 64eb53da
...@@ -18,3 +18,7 @@ ...@@ -18,3 +18,7 @@
* 王一鸣 * 王一鸣
* 刘建瓯 * 刘建瓯
* 张夏童 * 张夏童
## 更新说明
1. 使用域名替换配置中的IP,防止多人多次修改配置类并进行提交,避免合并分支时出现冲突的问题。
如果有需要在自己的电脑上进行部署,需要通过修改本机host的方式来修改对应节点的IP。
\ No newline at end of file
...@@ -2,10 +2,10 @@ server: ...@@ -2,10 +2,10 @@ server:
port: 9091 port: 9091
zookeeper: zookeeper:
url: 127.0.0.1:2181 url: zk.cnf.org:2181
bs: bs:
cloudcenter: cloudcenter:
name: my-bs-cloud-center name: my-bs-cloud-center
ipservice: ipservice:
url: 127.0.0.1:23333 url: ipservice.cnf.org:23333
\ No newline at end of file \ No newline at end of file
...@@ -6,7 +6,7 @@ spring: ...@@ -6,7 +6,7 @@ spring:
username: root username: root
password: Vudo3423ljo password: Vudo3423ljo
influx: influx:
url: http://127.0.0.1:8086 url: http://influxdb.cnf.org:8086
user: admin user: admin
password: admin password: admin
mybatis: mybatis:
...@@ -26,9 +26,9 @@ bs: ...@@ -26,9 +26,9 @@ bs:
name: random name: random
ip-prefix: 192.168.31 ip-prefix: 192.168.31
ipservice: ipservice:
ip: 127.0.0.1:23333 ip: ipservice.cnf.org:23333
sdn-controller: sdn-controller:
host: 127.0.0.1 host: sdn.cnf.org
port: 6653 port: 6653
zookeeper: zookeeper:
url: 127.0.0.1:2181 url: zk.cnf.org:2181
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