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

Commit

Permalink
Rename dashboard to dashboard-old
Browse files Browse the repository at this point in the history
  • Loading branch information
tammersaleh committed Mar 6, 2020
1 parent 972609c commit 21e97df
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
host: dashboard
- name: cg-dashboard-old
host: dashboard-old
instances: 3
env:
CONSOLE_HOSTNAME: https://dashboard.fr.cloud.gov
CONSOLE_HOSTNAME: https://dashboard-old.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
host: dashboard
- name: cg-dashboard-old
host: dashboard-old
instances: 3
env:
CONSOLE_HOSTNAME: https://dashboard.fr-stage.cloud.gov
CONSOLE_HOSTNAME: https://dashboard-old.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 21e97df

Please sign in to comment.