scoutapp / scout_apm_elixir

ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
https://scoutapm.com
Other
36 stars 20 forks source link

Add deferred_config for easier deployment #40

Closed aforward closed 6 years ago

aforward commented 7 years ago

This allows for runtime (deferred) configs

config :scout_apm,
  name: "MyApp",
  key: {:system, "SCOUT_KEY"}

Based on https://github.com/mrluc/deferred_config

cschneid commented 6 years ago

Hi @aforward, thank you for the PR.

This is already implemented in our Config module. I've got a TODO list item to add details to the documentation.