diff options
| author | 刘永强 <[email protected]> | 2020-08-27 18:52:52 +0800 |
|---|---|---|
| committer | 刘永强 <[email protected]> | 2020-08-27 18:52:52 +0800 |
| commit | a58a50f5b9d064f6548ee4f5b2083bed992df053 (patch) | |
| tree | a289647ea85669ee8ba514c11ae0cf545f5146c4 | |
| parent | 9c4a98b488cc0314b7f223c3417e317b0b426a00 (diff) | |
update application-test.properties
| -rw-r--r-- | galaxy-auth-center/config/application-test.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/galaxy-auth-center/config/application-test.properties b/galaxy-auth-center/config/application-test.properties index 1d72605..76c6e61 100644 --- a/galaxy-auth-center/config/application-test.properties +++ b/galaxy-auth-center/config/application-test.properties @@ -7,7 +7,7 @@ eureka.instance.lease-renewal-interval-in-seconds=10 #健康检查页面的URL eureka.instance.health-check-url-path=/actuator/health #与Eureka注册服务中心的通信zone和url地址 -eureka.client.serviceUrl.defaultZone=http://admin:admin@localhost:8501/eureka/ +eureka.client.serviceUrl.defaultZone=http://admin:[email protected]:8501/eureka/,http://admin:[email protected]:8501/eureka/ #该实例相较于hostname是否优先使用IP eureka.instance.prefer-ip-address=true #该实例注册到服务中心的唯一ID @@ -22,6 +22,6 @@ arango.username=query #Arango密码 arango.password=ceiec2018 #ArangoJWT授权地址 -arango.authurl=http://192.168.44.12:8529/_db/ip-learning-test/_open/auth +arango.authurl=http://192.168.44.12:8529/_db/tsg_galaxy_v3/_open/auth #Arango数据查询地址 -arango.query.url=http://192.168.40.182:8529/_db/ip-learning-test/_api/cursor
\ No newline at end of file +arango.query.url=http://192.168.44.12:8529/_db/tsg_galaxy_v3/_api/cursor |
