Skip to content

Commit

Permalink
Pass new config.json.mode key to NGINX (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve authored Oct 17, 2019
1 parent 8c956af commit dc6a65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion catalog/config.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"googleClientId": "${GOOGLE_CLIENT_ID}",
"sentryDSN": "${SENTRY_DSN}",
"mixpanelToken": "${MIXPANEL_TOKEN}",
"analyticsBucket": "${ANALYTICS_BUCKET}"
"analyticsBucket": "${ANALYTICS_BUCKET}",
"mode": "${CATALOG_MODE}"
}

0 comments on commit dc6a65c

Please sign in to comment.