From 60d39b2f9923bf1b9d659f2f4dad223ec565466a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Jan 2019 16:09:50 -0800 Subject: crude metrics integration (only a handful for now) --- rust/env.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/env.example') diff --git a/rust/env.example b/rust/env.example index 482f2400..bee653c2 100644 --- a/rust/env.example +++ b/rust/env.example @@ -5,3 +5,6 @@ AUTH_KEY_IDENT="20190101-dev-dummy-key" AUTH_SECRET_KEY="5555555555555555555555555555555555555555xms=" AUTH_ALT_KEYS="20181220-dev:6666666666666666666666666666666666666666xms=,20181210-dev:7777777777777777777777777777777777777777xms=" #SENTRY_DSN= +# should be localhost IP, not 'localhost' +#FATCAT_STATSD_HOST="127.0.0.1" +#FATCAT_STATSD_PORT="8125" -- cgit v1.2.3