Created
March 6, 2024 22:01
-
-
Save hmorneau/1e52e9b4073f950c5528bff881d9c403 to your computer and use it in GitHub Desktop.
[object Object]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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