forked from ThatConference/that-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnow.json
More file actions
26 lines (25 loc) · 896 Bytes
/
now.json
File metadata and controls
26 lines (25 loc) · 896 Bytes
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
{
"version": 2,
"name": "THATConference.com",
"env": {
"SENTRY_DSN": "@sentry_dsn",
"FEATURE_KEYWORD": "@thatwebsite_feature_keyword"
},
"build": {
"env": {
"SENTRY_DSN": "@sentry_dsn",
"API_GATEWAY": "https://api.that.tech",
"AUTH0_DOMAIN": "@thatwebsite_auth0_domain",
"AUTH0_CLIENT_ID": "@thatwebsite_auth0_client_id",
"AUTH0_CLIENT_SECRET": "@thatwebsite_auth0_client_secret",
"AUTH0_SCOPE": "openid profile email offline_access",
"AUTH0_AUDIENCE": "@thatwebsite_auth0_audience",
"SESSION_COOKIE_SECRET": "@thatwebsite_session_cookie_secret",
"REDIRECT_URI": "@thatwebsite_redirect_uri",
"POST_LOGOUT_REDIRECT_URI": "@thatwebsite_post_logout_redirect_uri",
"SESSION_COOKIE_DOMAIN": "@thatwebsite_session_cookie_domain",
"CURRENT_EVENT_ID": "ByE7Dc7eCGcRFzLhWhuI"
}
},
"regions": ["cle"]
}