forked from saasify-sh/saasify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.json
29 lines (29 loc) · 1.16 KB
/
now.json
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
{
"version": 2,
"build": {
"env": {
"REACT_APP_STRIPE_PUBLIC_KEY_TEST": "@react_app_stripe_public_key_test",
"REACT_APP_STRIPE_PUBLIC_KEY_LIVE": "@react_app_stripe_public_key_live",
"REACT_APP_PROVIDER_STRIPE_CLIENT_ID_DEV": "@react_app_provider_stripe_client_id_dev",
"REACT_APP_PROVIDER_STRIPE_CLIENT_ID_PRD": "@react_app_provider_stripe_client_id_prd",
"REACT_APP_PROVIDER_GITHUB_CLIENT_ID_DEV": "@react_app_provider_github_client_id_dev",
"REACT_APP_PROVIDER_GITHUB_CLIENT_ID_PRD": "@react_app_provider_github_client_id_prd",
"REACT_APP_PROVIDER_SPOTIFY_CLIENT_ID_DEV": "@react_app_provider_spotify_client_id_dev",
"REACT_APP_PROVIDER_SPOTIFY_CLIENT_ID_PRD": "@react_app_provider_spotify_client_id_prd",
"REACT_APP_CUBEJS_TOKEN": "@react_app_cubejs_token",
"SKIP_PREFLIGHT_CHECK": "true",
"REACT_APP_GA": "UA-148982321-2"
}
},
"headers": [
{
"source": "/(.*)\\.(jpg|jpeg|png|webp|svg|js|css)",
"headers": [
{
"key": "Cache-Control",
"value": "public, immutable, s-maxage=31536000, max-age=31536000, stale-while-revalidate=60"
}
]
}
]
}