Browse Source

配置提交

chenweida 8 years ago
parent
commit
7d742e9787
2 changed files with 6 additions and 0 deletions
  1. 1 0
      application.yml
  2. 5 0
      svr-bashboard.yml

+ 1 - 0
application.yml

@ -2,6 +2,7 @@
server:
  svr-configurations-port: 1221
  svr-discovery-port: 8761
  svr-bashboard-port: 8000
  svr-base-port: 10020
  web-gateway-port: 8088

+ 5 - 0
svr-bashboard.yml

@ -0,0 +1,5 @@
##如果有配置服务的话,远程服务器和本地服务器配置不一致的情况下,优先远程的为主
server:
  port: ${server.svr-bashboard-port}