Skip to content

Commit

Permalink
Prepare for automatic deployment to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bøtker Høj committed Oct 23, 2014
1 parent 0377c86 commit c98b1b5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "UCN Parking",
"description": "Demo project for PBA Software at University College Nordjylland. Acts as a proxy for the parking information system in Aalborg Kommune.",
"repository": "https://github.com/ChristianHoj/ucn-parking",
"keywords": ["ruby on rails", "proxy"],
"env": {
"AK_AUTH_USER": {
"description": "The username for the parking service supplied in the course documentation.",
"value": "Remember to set me!",
"required": "true"
},
"AK_AUTH_PASS": {
"description": "The password for the parking service supplied in the course documentation.",
"value": "Remember to set me!",
"required": "true"
},
"AK_SOAP_PASS": {
"description": "The SOAP password for the parking service supplied in the course documentation.",
"value": "Remember to set me!",
"required": "true"
},
"WEB_CONCURRENCY": {
"description": "The number of processes to run.",
"value": "3"
}
},
"addons": [
"blitz:250",
"memcachier:dev",
"newrelic:stark"
]
}

0 comments on commit c98b1b5

Please sign in to comment.