Skip to content

Instantly share code, notes, and snippets.

@noelworden
Last active October 1, 2025 22:13
Show Gist options
  • Save noelworden/c130f5f0b60636d324e4fe24035a3b50 to your computer and use it in GitHub Desktop.
Save noelworden/c130f5f0b60636d324e4fe24035a3b50 to your computer and use it in GitHub Desktop.
#blog_snippets
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