From da032364aa75374123f0bb0dc646e1959aaff227 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Sun, 19 May 2019 16:49:25 -0400 Subject: [PATCH] Make app name env vars optional (#73) --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 4f554da..971527b 100644 --- a/app.json +++ b/app.json @@ -10,10 +10,10 @@ "repository": "https://github.com/darkwire/darkwire.io", "env": { "HEROKU_APP_NAME": { - "required": true + "required": false }, "HEROKU_PARENT_APP_NAME": { - "required": true + "required": false }, "MAILGUN_API_KEY": { "description": "Mailgun API Key (only required for abuse reporting)",