diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-07 23:03:56 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-07 23:03:56 +0200 |
commit | 63c1526899cb28fca6120fa1986c6fa628266936 (patch) | |
tree | 60a777e7b01706173c56cc92bae69d694a5e2587 /app.json | |
parent | Minor bug fix in the /inactives template. (diff) | |
download | newspipe-63c1526899cb28fca6120fa1986c6fa628266936.tar.gz newspipe-63c1526899cb28fca6120fa1986c6fa628266936.tar.bz2 newspipe-63c1526899cb28fca6120fa1986c6fa628266936.zip |
Added app.json for Heroku.
Diffstat (limited to 'app.json')
-rw-r--r-- | app.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 00000000..1c319feb --- /dev/null +++ b/app.json @@ -0,0 +1,27 @@ +{ + "name": "pyAggr3g470r", + "description": "A news aggregator with a web interface based on Flask. It can be deployed on Heroku or on a traditional server.", + "keywords": [ + "aggregator", + "news", + "RSS" + ], + "website": "https://bitbucket.org/cedricbonhomme/pyaggr3g470r", + "repository": "https://github.com/cedricbonhomme/pyAggr3g470r", + "logo": "https://raw.githubusercontent.com/cedricbonhomme/pyAggr3g470r/master/pyaggr3g470r/static/img/logo.png", + "success_url": "/login", + "scripts": { + "postdeploy": "python db_create.py" + }, + "env": { + "HEROKU": "1", + "WEB_CONCURRENCY": { + "description": "The number of processes to run.", + "value": "1" + } + }, + "addons": [ + "heroku-postgresql:dev" + ] +} +g
\ No newline at end of file |