From 323f3a896ad69bbbbf120585b5e572b0e06d5622 Mon Sep 17 00:00:00 2001 From: David Hochbaum Date: Mon, 30 Sep 2024 11:00:45 -0400 Subject: [PATCH] =?UTF-8?q?=E2=80=9CCan=20you=20do=20it=20for=20the=20deve?= =?UTF-8?q?lop=20context=20as=20well=3F=20It=20won't=20hurt=20and=20we'll?= =?UTF-8?q?=20probably=20need=20that=20soon=20enough=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 130df16f..3e45da27 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ ignore = "false" [context.develop] - environment = { HOST="https://zap-api-staging.herokuapp.com", NYCID_CLIENT_ID="lup-portal-staging", NYC_ID_HOST="https://accounts-nonprd.nyc.gov/account", MAINTENANCE_START='06/01/22 15:00', MAINTENANCE_END='06/01/22 16:00', SHOW_ALERTS='OFF' } + environment = { HOST="https://zap-api-staging.herokuapp.com", NYCID_CLIENT_ID="lup-portal-staging", NYC_ID_HOST="https://accounts-nonprd.nyc.gov/account", MAINTENANCE_START='06/01/22 15:00', MAINTENANCE_END='06/01/22 16:00', SHOW_ALERTS='ON' } [context.master] environment = { HOST="https://zap-api-production.herokuapp.com", NYCID_CLIENT_ID="lup-portal-production", NYC_ID_HOST="https://www1.nyc.gov/account", MAINTENANCE_START='06/01/22 15:00', MAINTENANCE_END='06/01/22 16:00', SHOW_ALERTS='OFF' }