Skip to content

Commit e8e574f

Browse files
committed
Update URL Shortener discovery configuration
1 parent 0c1c762 commit e8e574f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

core/src/main/resources/application-production.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ eureka:
1010

1111
# env:
1212
# spring.security.oauth2.client.registration.github.client-id
13-
# spring.security.oauth2.client.registration.github.client-secret
13+
# SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GITHUB_CLIENTID
14+
15+
# spring.security.oauth2.client.registration.github.client-secret
16+
# SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GITHUB_CLIENTSECRET

url-shortener/src/main/resources/application-development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ spring:
1212
eureka:
1313
client:
1414
service-url:
15-
defaultZone: http\://localhost:8761/eureka
15+
defaultZone: http://localhost:8761/eureka

url-shortener/src/main/resources/application-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spring:
99
eureka:
1010
client:
1111
service-url:
12-
defaultZone: http\://discovery.osable.svc.cluster.local\:8761/eureka
12+
defaultZone: http://discovery.osable.svc.cluster.local:8761/eureka
1313
instance:
1414
hostname: url-shortener.osable.svc.cluster.local
1515

0 commit comments

Comments
 (0)