From c2513d247b3a52a2c87c1c3cf4afa479a904501a Mon Sep 17 00:00:00 2001 From: Israel Vasquez Date: Wed, 12 Oct 2022 17:02:33 -0400 Subject: [PATCH] taking away production env https://help.heroku.com/0JGJEJQ4/app-json-validation-error-invalid-environment-name --- app.json | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/app.json b/app.json index 5f9efa45..b549142a 100644 --- a/app.json +++ b/app.json @@ -54,28 +54,7 @@ }, "stack": "heroku-18", "environments": { - "production": { - "scripts": { - "test": "pytest" - }, - "env": { - "ROLLBAR_ENDPOINT": { - "required": true - }, - "ROLLBAR_POST_ACCESS_TOKEN": { - "required": true - }, - "FIREBASE_KEY": { - "required": true - }, - "MAILGUN_API_KEY": { - "required": true - }, - "MAILGUN_FROM": { - "required": true - } - } - }, + "test": { "addons": ["heroku-postgresql:in-dyno"], "scripts": { @@ -90,4 +69,4 @@ } } } -} \ No newline at end of file +}