Skip to content
Snippets Groups Projects
Commit eb349db9 authored by Abdellatif Kebraoui's avatar Abdellatif Kebraoui
Browse files

[FEAT] update Eureka client defaultZone URL in application-cloud.yml to use HTTPS

parent 6baa2024
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ eureka:
instanceId: ${eureka.instance.hostname}:${spring.application.name}
client:
serviceUrl:
defaultZone: http://eureka-service-682610574114.europe-west1.run.app/eureka/
defaultZone: https://eureka-service-682610574114.europe-west1.run.app/eureka/
register-with-eureka: true
fetch-registry: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment