Skip to content

Commit

Permalink
remove staging and production sso (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos authored Sep 26, 2023
1 parent 3a08b61 commit 5c515da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ dispatch:
- url: "codeforlife.education/development-sso/*"
service: development-sso

- url: "codeforlife.education/staging-sso/*"
service: staging-sso
# - url: "codeforlife.education/staging-sso/*"
# service: staging-sso

- url: "codeforlife.education/sso/*"
service: production-sso
# - url: "codeforlife.education/sso/*"
# service: production-sso

# Portal

Expand Down

0 comments on commit 5c515da

Please sign in to comment.