From d0ba9a0a587ff9815307179e288525304063b226 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 17 May 2023 10:58:12 -0400 Subject: [PATCH] Start draft `conf.toml` "root" config with tsdb contact info --- config/conf.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/conf.toml diff --git a/config/conf.toml b/config/conf.toml new file mode 100644 index 00000000..6dde7ee6 --- /dev/null +++ b/config/conf.toml @@ -0,0 +1,4 @@ +[network] +tsdb.backend = 'marketstore' +tsdb.host = 'localhost' +tsdb.grpc_port = 5995