From 31266a9cb6931fe830bf707f8e2e05700aeac832 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 21 Nov 2016 09:41:31 +0100 Subject: Updated app.json --- app.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app.json') 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, -- cgit