Skip to content

Commit

Permalink
Merge pull request #859 from omisego/achiurizo/env-datadogstatsd
Browse files Browse the repository at this point in the history
rename statsd env to DD_HOSTNAME/DD_PORT
  • Loading branch information
achiurizo committed Jul 18, 2019
2 parents 6742121 + 52a1e45 commit defb28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Expand Up @@ -33,8 +33,8 @@ config :sentry,
}

config :statix,
host: {:system, "STATSD_HOST", "localhost"},
port: {:system, "STATSD_PORT", 8125, {String, :to_integer}}
host: {:system, "DD_HOSTNAME", "localhost"},
port: {:system, "DD_PORT", 8125, {String, :to_integer}}

config :vmstats,
sink: OMG.VmstatsSink,
Expand Down

0 comments on commit defb28b

Please sign in to comment.