diff options
Diffstat (limited to 'extra/example_config.toml')
-rw-r--r-- | extra/example_config.toml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |