forked from pglombardo/PasswordPusher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (22 loc) · 689 Bytes
/
app.json
File metadata and controls
23 lines (22 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "PasswordPusher",
"description": "An application to communicate passwords over the web. Passwords expire after a certain number of views and/or time has passed.",
"repository": "https://github.com/pglombardo/PasswordPusher",
"logo": "https://s3-eu-west-1.amazonaws.com/pwpush/pwpush_logo.png",
"keywords": ["password", "security", "expire"],
"addons": [
"traceview",
"heroku-postgresql",
"pgbackups:auto-week"
],
"scripts": {
"postdeploy": "bundle exec rake db:setup"
},
"env": {
"BUNDLE_WITHOUT": "development:test:private",
"WEB_CONCURRENCY": {
"description": "The number of processes to run.",
"value": "3"
}
}
}