Skip to content

Instantly share code, notes, and snippets.

@hmorneau
Created March 6, 2024 22:01
Show Gist options
  • Save hmorneau/1e52e9b4073f950c5528bff881d9c403 to your computer and use it in GitHub Desktop.
Save hmorneau/1e52e9b4073f950c5528bff881d9c403 to your computer and use it in GitHub Desktop.
[object Object]
# In this file, we load production configuration and secrets
# from environment variables. You can also hardcode secrets,
# although such is generally not recommended and you have to
# remember to add this file to your .gitignore.
import Config
config :studio, email_validator_api_key: "WEu0KUlOGv9vSW8M0JoGo3PC8dsVgTEC"
Add import_config "#{config_env()}.secrets.exs" to dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment