aboutsummaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
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