aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 09:41:31 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-21 09:41:31 +0100
commit31266a9cb6931fe830bf707f8e2e05700aeac832 (patch)
tree86bac8cb30c7a2f14c51996c1d64a8a57465ab61 /app.json
parentUpdated app.json (diff)
downloadnewspipe-31266a9cb6931fe830bf707f8e2e05700aeac832.tar.gz
newspipe-31266a9cb6931fe830bf707f8e2e05700aeac832.tar.bz2
newspipe-31266a9cb6931fe830bf707f8e2e05700aeac832.zip
Updated app.json
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/app.json b/app.json
index 58d7645c..809b3895 100644
--- a/app.json
+++ b/app.json
@@ -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,
bgstack15