From ca9d2a7bec11640dd615481eac355ba429d5a3de Mon Sep 17 00:00:00 2001 From: i-norden Date: Thu, 21 Oct 2021 13:10:16 -0500 Subject: [PATCH] update config --- environments/example.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/environments/example.toml b/environments/example.toml index 940a48a..995cdd5 100644 --- a/environments/example.toml +++ b/environments/example.toml @@ -32,3 +32,9 @@ [cache] database = 1024 trie = 1024 + +[prom] + metrics = true + http = true + addr = "localhost" + port = "8889"