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"