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

[FEAT] update application-cloud.yml for Eureka client configuration and instance settings

parent aff0f9a6
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,12 @@ spring:
eureka:
client:
serviceUrl:
defaultZone: https://eureka-service-682610574114.europe-west1.run.app
defaultZone: https://eureka-service-682610574114.europe-west1.run.app/eureka/
instance:
hostname: https://usermanagement-service-682610574114.europe-west1.run.app
non-secure-port: ${PORT:80} # Not used since we prefer secure port
secure-port: 443
secure-port-enabled: true
prefer-ip-address: false
\ No newline at end of file
hostname: usermanagement-service-682610574114.europe-west1.run.app
securePortEnabled: true
nonSecurePortEnabled: false
securePort: 443
statusPageUrl: https://${eureka.instance.hostname}/actuator/info
healthCheckUrl: https://${eureka.instance.hostname}/actuator/health
homePageUrl: https://${eureka.instance.hostname}/
\ 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