Skip to content

Commit

Permalink
chore(root): Set NOVU_ENTERPRISE to doppler
Browse files Browse the repository at this point in the history
Local development environment for novu-team should operate with NOVU_ENTERPRISE=true by default.
  • Loading branch information
SokratisVidros committed May 21, 2024
1 parent 5a9d72d commit dc694a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/get-remote-env-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ doppler secrets download --project nx --config dev --no-file --format env > nx-c
echo "Downloading secrets for the API..."
doppler secrets download --project api --config dev --no-file --format env > apps/api/src/.env

echo "Downloading secrets for the Web app..."
doppler secrets download --project web --config dev --no-file --format env > apps/web/src/.env

echo "All done! ✅"

0 comments on commit dc694a0

Please sign in to comment.