Skip to content

Commit 2a926dc

Browse files
committed
Update Scout APM configuration
1 parent 4c57e7e commit 2a926dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/scout_apm.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
use Mix.Config
55

66
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") || ""
7+
name: {:system, "SCOUT_APP_NAME"}, # The app name that will appear within the Scout UI
8+
key: {:system, "SCOUT_APP_KEY"}
99

1010
config :phoenix, :template_engines,
1111
eex: ScoutApm.Instruments.EExEngine,

0 commit comments

Comments
 (0)