diff options
-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, |