Last active
October 1, 2025 22:13
-
-
Save noelworden/c130f5f0b60636d324e4fe24035a3b50 to your computer and use it in GitHub Desktop.
#blog_snippets
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
| config :my_app, MyApp.Example, | |
| api_key: env!("EXAMPLE_API_KEY", :string, ""), | |
| hook_secret: env!("EXAMPLE_HOOK_SECRET", :string, ""), | |
| verification_secret: env!("EXAMPLE_VERIFICATION_SECRET", :string, ""), | |
| base_url: "https://myapp.api.example.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment