diff --git a/pig-admin-service/src/main/resources/bootstrap.yml b/pig-admin-service/src/main/resources/bootstrap.yml index 90fa87ed..25d48cca 100644 --- a/pig-admin-service/src/main/resources/bootstrap.yml +++ b/pig-admin-service/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: prefer-ip-address: true client: serviceUrl: - defaultZone: http://pig:gip6666@localhost:1001/eureka + defaultZone: http://pig:gip6666@localhost:1025/eureka spring: application: @@ -14,7 +14,7 @@ spring: discovery: service-id: pig-config-server enabled: true - profile: dev + profile: local label: master diff --git a/pig-auth-service/src/main/resources/bootstrap.yml b/pig-auth-service/src/main/resources/bootstrap.yml index 3e7778ff..b5a4b64d 100644 --- a/pig-auth-service/src/main/resources/bootstrap.yml +++ b/pig-auth-service/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: prefer-ip-address: true client: serviceUrl: - defaultZone: http://pig:gip6666@localhost:1001/eureka + defaultZone: http://pig:gip6666@localhost:1025/eureka spring: application: @@ -14,6 +14,6 @@ spring: discovery: service-id: pig-config-server enabled: true - profile: dev + profile: local label: master diff --git a/pig-gateway/src/main/resources/bootstrap.yml b/pig-gateway/src/main/resources/bootstrap.yml index 273fa9e2..6575fd88 100644 --- a/pig-gateway/src/main/resources/bootstrap.yml +++ b/pig-gateway/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: prefer-ip-address: true client: serviceUrl: - defaultZone: http://pig:gip6666@localhost:1001/eureka + defaultZone: http://pig:gip6666@localhost:1025/eureka spring: application: @@ -14,5 +14,5 @@ spring: discovery: service-id: pig-config-server enabled: true - profile: dev + profile: local label: master