Storm/app.json
Justin Licata 7f40632103 fix app.json ENV vars (#10)
* convert integer to string.

* cache npm modules in CircleCI.

* fix app.json.
2017-07-21 17:14:54 -05:00

22 lines
488 B
JSON

{
"name": "Storm",
"description": "Self-hosted website monitoring",
"repository": "https://github.com/ProctorU/storm.git",
"logo": "https://s3-us-west-2.amazonaws.com/dev-team-resources/storm-wordmark.svg",
"keywords": ["monitoring", "storm", "slack", "rails"],
"env": {
"RACK_ENV": {
"value": "production"
},
"PORT": {
"value": "3000"
},
"RAILS_MAX_THREADS": {
"value": "5"
},
"WEB_CONCURRENCY": {
"value": "2"
}
}
}