Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
add deprecated to the hostname (cg-product#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Greenberg committed Mar 11, 2020
1 parent 0b2c1c3 commit 1bacb74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manifests/manifest-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
inherit: manifest-base.yml
domain: fr.cloud.gov
applications:
- name: cg-dashboard-old
host: dashboard-old
- name: cg-dashboard-deprecated
host: dashboard-deprecated
instances: 3
env:
CONSOLE_HOSTNAME: https://dashboard-old.fr.cloud.gov
CONSOLE_HOSTNAME: https://dashboard-deprecated.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
Expand Down
6 changes: 3 additions & 3 deletions manifests/manifest-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
inherit: manifest-base.yml
domain: fr-stage.cloud.gov
applications:
- name: cg-dashboard-old
host: dashboard-old
- name: cg-dashboard-deprecated
host: dashboard-deprecated
instances: 3
env:
CONSOLE_HOSTNAME: https://dashboard-old.fr-stage.cloud.gov
CONSOLE_HOSTNAME: https://dashboard-deprecated.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
Expand Down

0 comments on commit 1bacb74

Please sign in to comment.