-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnow.json
More file actions
19 lines (19 loc) · 700 Bytes
/
Copy pathnow.json
File metadata and controls
19 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "chiperApi",
"version": 2,
"builds": [{ "src": "index.js", "use": "@now/node"}],
"routes": [{ "src": "/(.*)", "dest": "/index.js"}],
"env": {
"TYPE": "@api-chiper-type",
"PROJECT_ID": "@api-chiper-project-id",
"PRIVATE_KEY_ID": "@api-chiper-private-key-id",
"PRIVATE_KEY": "@api-chiper-private-key",
"CLIENT_EMAIL": "@api-chiper-client-email",
"CLIENT_ID": "@api-chiper-client-id",
"AUTH_URI": "@api-chiper-auth-uri",
"TOKEN_URI": "@api-chiper-token-uri",
"AUTH_PROVIDER": "@api-chiper-auth-provider",
"CLIENT_CERT": "@api-chiper-client-cert",
"DB_URL": "@api-chiper-db-url"
}
}