forked from helloGov/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 672 Bytes
/
app.json
File metadata and controls
23 lines (23 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "HelloGOV",
"description": "HelloGOV",
"addons": [],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
],
"env": {
"DB_NAME": { "required": true},
"DB_PASSWORD": { "required": true},
"DB_USER": { "required": true},
"SESSION_SECRET": { "required": true},
"FB_APP_ID": { "required": true},
"FB_APP_SECRET": { "required": true},
"EMAIL_SERVICE_USER": { "required": true },
"EMAIL_SERVICE_PASSWORD": { "required": true },
"OPENSTATES_API_KEY": { "required": true },
"GOOGLE_MAPS_API_KEY": { "required": true },
"GOOGLE_CIVIC_INFO_API_KEY": { "required": true }
}
}