-
Notifications
You must be signed in to change notification settings - Fork 13
/
example.cloudflare.env
58 lines (46 loc) · 1.58 KB
/
example.cloudflare.env
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Cloudflare Credentials
####################################################################################
AUTH_EMAIL="YOUR_CLOUDFLARE_EMAIL"
AUTH_KEY="ACCOUNT_AUTH_KEY"
# Cloudflare Deployment Zone
####################################################################################
# You MUST provide one of the following:
# (if both are provided, SITE_NAME is ignored)
#
# Your site's Zone-ID...
ZONE_ID=
# ...or the fully qualified domain name of your site e.g. "example.com"
SITE_NAME=
# Route Matching Pattern(s)
####################################################################################
#
# Example of a single route:
# ROUTE_PATTERN="some.example.domain/*"
#
# To enable multiple routes, separate your patterns with a comma
# ROUTE_PATTERN="some.example.domain/*,another.example.domain/*"
#
# NOTE: Any enabled routes not included in ROUTE_PATTERN will be DISABLED
#
# No changes are made to existing route patterns if ROUTE_PATTERN is left undefined
#
ROUTE_PATTERN=
# Configuration Options
####################################################################################
# Default: '*'
ALLOWED_ORIGIN=
# Default: ''
ALLOWED_ORIGIN_PATTERNS=
# Default: undefined (coerced to false)
ALWAYS_RETURN_SCORE=
# Default: 300
CORS_MAXAGE=
# Default: undefined
CUSTOM_PW_DICT=
# Default: undefined (coerced to false)
RETURN_PW_METADATA=
# Development & Testing
####################################################################################
# This builds the script but does not upload to CF or alter any route patterns
# Default: undefined (coerced to false)
NO_UPLOAD=