Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
fix yaml env
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jan 28, 2021
1 parent c0c9f08 commit 9604f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/yaml-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env_variables:
FLAGSMITH: ${process.env.FLAGSMITH}
GA: ${process.env.GA}
CRISP_CHAT: ${process.env.CRISP_CHAT}
PREVENT_SIGNUP: ${process.env.CRISP_CHAT}
PREVENT_SIGNUP: ${process.env.PREVENT_SIGNUP}
MIXPANEL: ${process.env.MIXPANEL}
API_URL: ${process.env.API_URL}
AMPLITUDE: ${process.env.AMPLITUDE}
Expand Down

0 comments on commit 9604f95

Please sign in to comment.