Skip to content

Commit

Permalink
“Can you do it for the develop context as well? It won't hurt and we'…
Browse files Browse the repository at this point in the history
…ll probably need that soon enough”
  • Loading branch information
dhochbaum-dcp committed Sep 30, 2024
1 parent 0babc3e commit 323f3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 323f3a8

Please sign in to comment.