Closed aforward closed 6 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
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.
This allows for runtime (deferred) configs
Based on https://github.com/mrluc/deferred_config