-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdispatch.yaml
More file actions
40 lines (29 loc) · 1.1 KB
/
dispatch.yaml
File metadata and controls
40 lines (29 loc) · 1.1 KB
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
39
40
dispatch:
# Deploy this file to update routings for this service
# $ gcloud config set project open-rights-exchange
# $ gcloud app deploy dispatch.yaml
# Default service serves the typical web resources and all static resources.
# - url: "*/favicon.ico"
# service: web
# Default service serves simple hostname request.
# - url: "openrights.exchange/*"
# service: default
# If we later add a website at www. ...
# - url: "www.openrights.exchange/*"
# service: web
# IMPORTANT - All projects in open-rights-exchange share the same dispatch.yaml
# ... the shared 'master' dispatch.yaml is in ore-verifier repo - update it there
- url: "staging.ore.network/*"
service: orenetwork-web-staging
- url: "ore.network/*"
service: orenetwork-web
- url: "www.ore.network/*"
service: orenetwork-web
- url: "verifier-staging.openrights.exchange/*"
service: verifier-staging
- url: "verifier.openrights.exchange/*"
service: verifier
- url: "explorer.openrights.exchange/*"
service: explorer
- url: "toolkit.openrights.exchange/*"
service: toolkit