Setup Environment Variables
We use Doppler as our team's central source of truth for secrets and app configuration.
- Get invited to Jesus Film Doppler account by sending an email to our Doppler Administrator.
- In a container terminal, login to the Doppler CLI
doppler login
- Type
n<enter>
when asked to open authorization page in a browser
Open the authorization page in your browser? (Y/n) n
- Open the authorization page to complete authorization. This will require you to login to Doppler, copy your auth code from your terminal, and give your newly minted token a name. On completion you terminal should look like the following:
? Open the authorization page in your browser? No
Complete authorization at https://dashboard.doppler.com/workplace/auth/cli
Your auth code is:
north_zoom_ant_harmonica_eagle
Waiting...
Welcome, Brian
- Fetch environment variables using
fetch-secrets
DOPPLER_CONFIG=dev nx run-many --all --target=fetch-secrets