-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnow.json
More file actions
24 lines (24 loc) · 676 Bytes
/
now.json
File metadata and controls
24 lines (24 loc) · 676 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
{
"name": "Claps.dev",
"version": 1,
"alias": [
"claps.now.sh",
"claps-dev.now.sh"
],
"github": {
"silent": true
},
"env": {
"GITHUB_CLIENT_ID": "@github_client_id",
"GITHUB_CLIENT_SECRET": "@github_client_secret",
"GITHUB_CLIENT_TOKEN": "@github_client_token",
"GITHUB_OAUTH_CALLBACK": "@github_oauth_callback",
"MIXIN_CLIENT_ID": "@mixin_client_id",
"MIXIN_CLIENT_SECRET": "@mixin_client_secret",
"MIXIN_CLIENT_CONFIG": "@mixin_client_config",
"FOXONE_CLIENT_ID": "@foxone_client_id",
"FOXONE_CLIENT_SECRET": "@foxone_client_secret",
"DATABASE_CONFIG": "@database_config",
"NODE_ENV": "production"
}
}