We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c57e7e commit 2a926dcCopy full SHA for 2a926dc
config/scout_apm.exs
@@ -4,8 +4,8 @@
4
use Mix.Config
5
6
config :scout_apm,
7
- name: System.get_env("SCOUT_APP_NAME") || "", # The app name that will appear within the Scout UI
8
- key: System.get_env("SCOUT_APP_KEY") || ""
+ name: {:system, "SCOUT_APP_NAME"}, # The app name that will appear within the Scout UI
+ key: {:system, "SCOUT_APP_KEY"}
9
10
config :phoenix, :template_engines,
11
eex: ScoutApm.Instruments.EExEngine,
0 commit comments