File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
service : fileset
2
2
runtime : nodejs10
3
3
env_variables :
4
+ # Comma-separated domains. Fileset will require users to be members of these
5
+ # organizations (via their Google Account email address domain) in order for
6
+ # users to access staging.
4
7
FILESET_ALLOWED_ORGANIZATIONS : ' example1.com,example2.com'
8
+ # Specify the canonical URL (without https://) used for staging URLs and for
9
+ # the webui dashboard. Staging links will be accessed via
10
+ # https://`<site>-<branch>.<FILESET_BASE_URL>` and the webui will be accessed
11
+ # via https://<FILESET_BASE_URL>/fileset/.
5
12
FILESET_BASE_URL : ' staging.example.com'
13
+ # Which branch is used as the "prod" branch? Other branches will be limited
14
+ # to staging access only.
6
15
FILESET_DEFAULT_BRANCH : main
16
+ # Which fileset site to use as the default site.
7
17
FILESET_SITE : default
18
+ # Whether to use the server as a staging server only. If set to `true`, no
19
+ # branches will be used as the "prod" branch.
8
20
FILESET_STAGING_ONLY : ' '
9
21
includes :
10
22
- secrets.yaml
11
23
handlers :
12
24
- url : /.*
13
25
script : auto
14
- secure : always
26
+ secure : always
You can’t perform that action at this time.
0 commit comments