diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-10 16:09:50 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-10 16:09:50 -0800 |
commit | 60d39b2f9923bf1b9d659f2f4dad223ec565466a (patch) | |
tree | b992730fe230bec74744db4babd3f1eff83f180b /rust/env.example | |
parent | 5a31f1181e9a86aa91e95be87ac386731ce219cd (diff) | |
download | fatcat-60d39b2f9923bf1b9d659f2f4dad223ec565466a.tar.gz fatcat-60d39b2f9923bf1b9d659f2f4dad223ec565466a.zip |
crude metrics integration (only a handful for now)
Diffstat (limited to 'rust/env.example')
-rw-r--r-- | rust/env.example | 3 |
1 files changed, 3 insertions, 0 deletions
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" |