From 8a79f9d0c9e71fc175d347e2abf26fb006ce73d7 Mon Sep 17 00:00:00 2001 From: "M. Adam Kendall" Date: Mon, 2 Apr 2018 14:37:57 -0400 Subject: [PATCH] Remove offending end slash from URLs --- manifests/manifest-prod.yml | 8 ++++---- manifests/manifest-staging.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/manifest-prod.yml b/manifests/manifest-prod.yml index f5e41c06..d0e88d2a 100644 --- a/manifests/manifest-prod.yml +++ b/manifests/manifest-prod.yml @@ -9,7 +9,7 @@ applications: CONSOLE_HOSTNAME: https://dashboard.fr.cloud.gov NEW_RELIC_ID: "20390582" NEW_RELIC_BROWSER_LICENSE_KEY: "5d4bc714a6" - CONSOLE_LOGIN_URL: https://login.fr.cloud.gov/ - CONSOLE_UAA_URL: https://uaa.fr.cloud.gov/ - CONSOLE_API_URL: https://api.fr.cloud.gov/ - CONSOLE_LOG_URL: https://loggregator.fr.cloud.gov/ + CONSOLE_LOGIN_URL: https://login.fr.cloud.gov + CONSOLE_UAA_URL: https://uaa.fr.cloud.gov + CONSOLE_API_URL: https://api.fr.cloud.gov + CONSOLE_LOG_URL: https://loggregator.fr.cloud.gov diff --git a/manifests/manifest-staging.yml b/manifests/manifest-staging.yml index 6431a9be..cecde1f6 100644 --- a/manifests/manifest-staging.yml +++ b/manifests/manifest-staging.yml @@ -7,7 +7,7 @@ applications: instances: 3 env: CONSOLE_HOSTNAME: https://dashboard.fr-stage.cloud.gov - CONSOLE_LOGIN_URL: https://login.fr-stage.cloud.gov/ - CONSOLE_UAA_URL: https://uaa.fr-stage.cloud.gov/ - CONSOLE_API_URL: https://api.fr-stage.cloud.gov/ - CONSOLE_LOG_URL: https://loggregator.fr-stage.cloud.gov/ + CONSOLE_LOGIN_URL: https://login.fr-stage.cloud.gov + CONSOLE_UAA_URL: https://uaa.fr-stage.cloud.gov + CONSOLE_API_URL: https://api.fr-stage.cloud.gov + CONSOLE_LOG_URL: https://loggregator.fr-stage.cloud.gov