forked from ocadotechnology/codeforlife-workspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dispatch.yaml
38 lines (26 loc) · 1011 Bytes
/
dispatch.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# https://cloud.google.com/appengine/docs/legacy/standard/python/reference/dispatch-yaml
dispatch:
# SSO
- url: "www.codeforlife.education/development-sso/*"
service: development-sso
- url: "www.codeforlife.education/staging-sso/*"
service: staging-sso
- url: "www.codeforlife.education/sso/*"
service: production-sso
# Portal
- url: "www.codeforlife.education/development-portal/*"
service: development-portal
- url: "www.codeforlife.education/staging-portal/*"
service: staging-portal
- url: "www.codeforlife.education/portal/*"
service: production-portal
# TODO: route to new portal service.
- url: "www.codeforlife.education/*"
service: default
# Rapid Router
# - url: "development-rapid-router.codeforlife.education/*"
# service: development-rapid-router
# - url: "staging-rapid-router.codeforlife.education/*"
# service: staging-rapid-router
# - url: "rapid-router.codeforlife.education/*"
# service: production-rapid-router