diff --git a/README.adoc b/README.adoc index f9cb3bf..2a4f33b 100644 --- a/README.adoc +++ b/README.adoc @@ -63,8 +63,8 @@ This will push a Spring Cloud Config Server, a Eureka server, and a Hystrix Dash . Edit `scripts/create_services.sh` to add the random routes that were generated for you: + ---- -cf cups config-server -p '{"uri":"http://config-server-fluxional-suttee.cfapps.io"}' -cf cups service-registry -p '{"uri":"http://eureka-unprevalent-toper.cfapps.io"}' +cf cups config-server -p '{"uri":"https://config-server-fluxional-suttee.cfapps.io"}' +cf cups service-registry -p '{"uri":"https://eureka-unprevalent-toper.cfapps.io"}' cf cs elephantsql turtle fortunes-db ---- diff --git a/configuration/application.yml b/configuration/application.yml index b4a416e..40611d1 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -28,7 +28,7 @@ server: eureka: client: serviceUrl: - defaultZone: http://eureka.192.168.11.11.xip.io/eureka/ + defaultZone: https://eureka.192.168.11.11.xip.io/eureka/ instance: metadataMap: instanceId: ${instance.guid}:${spring.application.name}:${server.port:8080}