This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
now-staging.json
34 lines (34 loc) · 1.52 KB
/
now-staging.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
30
31
32
33
34
{
"build": {
"env": {
"GOOGLE_CLIENT_EMAIL": "@toiletpaper-google-client-email",
"GOOGLE_PRIVATE_KEY": "@toiletpaper-google-private-key",
"GOOGLE_SHEET_ID": "@toiletpaper-google-sheet-id-staging",
"SHOPIFY_COLLECTION_ID": "@toiletpaper-shopify-collection-id",
"SHOPIFY_DOMAIN": "@toiletpaper-shopify-domain",
"SHOPIFY_TOKEN": "@toiletpaper-shopify-token",
"SMTP_HOST": "@toiletpaper-smtp-host",
"SMTP_PORT": "@toiletpaper-smtp-port",
"SMTP_USER": "@toiletpaper-smtp-user",
"SMTP_PASSWORD": "@toiletpaper-smtp-password",
"STRIPE_WEBHOOK_SECRET": "@toiletpaper-stripe-webhook-secret-staging",
"STRIPE_PUBLIC_KEY": "@toiletpaper-stripe-public-key-staging",
"STRIPE_SECRET": "@toiletpaper-stripe-secret-staging"
}
},
"env": {
"GOOGLE_CLIENT_EMAIL": "@toiletpaper-google-client-email",
"GOOGLE_PRIVATE_KEY": "@toiletpaper-google-private-key",
"GOOGLE_SHEET_ID": "@toiletpaper-google-sheet-id-staging",
"SHOPIFY_COLLECTION_ID": "@toiletpaper-shopify-collection-id",
"SHOPIFY_DOMAIN": "@toiletpaper-shopify-domain",
"SHOPIFY_TOKEN": "@toiletpaper-shopify-token",
"SMTP_HOST": "@toiletpaper-smtp-host",
"SMTP_PORT": "@toiletpaper-smtp-port",
"SMTP_USER": "@toiletpaper-smtp-user",
"SMTP_PASSWORD": "@toiletpaper-smtp-password",
"STRIPE_WEBHOOK_SECRET": "@toiletpaper-stripe-webhook-secret-staging",
"STRIPE_PUBLIC_KEY": "@toiletpaper-stripe-public-key-staging",
"STRIPE_SECRET": "@toiletpaper-stripe-secret-staging"
}
}