diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 09:41:31 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-11-21 09:41:31 +0100 |
commit | 31266a9cb6931fe830bf707f8e2e05700aeac832 (patch) | |
tree | 86bac8cb30c7a2f14c51996c1d64a8a57465ab61 | |
parent | Updated app.json (diff) | |
download | newspipe-31266a9cb6931fe830bf707f8e2e05700aeac832.tar.gz newspipe-31266a9cb6931fe830bf707f8e2e05700aeac832.tar.bz2 newspipe-31266a9cb6931fe830bf707f8e2e05700aeac832.zip |
Updated app.json
-rw-r--r-- | app.json | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ "postdeploy": "python src/manager.py db_create" }, "env": { + "PLATFORM_URL": { + "description": "Address of your instance (for example: https://your-application-name.herokuapp.com/)", + "required": true, + "value": "" + }, "ADMIN_EMAIL": { "description": "Your email address for the authentication to the platform.", "required": true, |