generated from antoniojps/next-graphql-auth-mongoose
-
Notifications
You must be signed in to change notification settings - Fork 1
/
now.json
22 lines (22 loc) · 745 Bytes
/
now.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scope": "ytrank",
"env": {
"MONGODB_URI": "@voluntarios_mongodb_uri_atlas",
"JWT_SECRET": "@voluntarios_jwt_secret",
"JWT_AUDIENCE": "@voluntarios_jwt_audience",
"JWT_ISSUER": "@voluntarios_jwt_issuer",
"EMAIL_API_KEY": "@voluntarios_email_api_key",
"EMAIL_SENDER": "@voluntarios_email_sender",
"GOOGLE_PLACES_API_KEY": "@voluntarios_google_places_api_key",
"DOMAIN": "@voluntarios_domain",
"GRAPHQL_ENDPOINT": "@voluntarios_graphql_endpoint",
"CLOUDINARY_PRESET": "@voluntarios_cloudinary_preset"
},
"build": {
"env": {
"DOMAIN": "@voluntarios_domain",
"GRAPHQL_ENDPOINT": "@voluntarios_graphql_endpoint",
"CLOUDINARY_PRESET": "@voluntarios_cloudinary_preset"
}
}
}