From bdaf45ff85076cec93b68cd45c018bc02e2fa67e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 20:09:12 -0700 Subject: declutter top-level files into extra/ --- extra/example_config.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extra/example_config.toml (limited to 'extra/example_config.toml') diff --git a/extra/example_config.toml b/extra/example_config.toml new file mode 100644 index 0000000..cd66403 --- /dev/null +++ b/extra/example_config.toml @@ -0,0 +1,12 @@ + +bind_addr = "127.0.0.1:9292" +upstream_addr = "127.0.0.1:9200" +allow_all_indices = false + +# Index-level configuration +[[index]] +name = "test" + +# Configure additional indices by repeating the [[index]] block +#[[index]] +#name = "some-other-index" -- cgit v1.2.3