Browse Source

添加 eureka 配置

reghao 1 year ago
parent
commit
fa0958c7b5
2 changed files with 4 additions and 2 deletions
  1. 4 2
      config/application.yml
  2. BIN
      config/deployer.jar

+ 4 - 2
config/application.yml

@@ -1,6 +1,6 @@
 log:
   enabled: false
-  wsUrl: ws://bnt.reghao.cn/ws/log/push
+  ws-url: ws://bnt.reghao.cn/ws/log/push
   token: 012345678
 zookeeper:
   host: 127.0.0.1
@@ -29,4 +29,6 @@ es:
   host: 127.0.0.1
   port: 9200
   username: elastic
-  password: Eastic@123456
+  password: Eastic@123456
+eureka:
+  default-zone: http://localhost:6060/eureka/

BIN
config/deployer.jar