diff options
Diffstat (limited to 'example_config.toml')
-rw-r--r-- | example_config.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/example_config.toml b/example_config.toml deleted file mode 100644 index cd66403..0000000 --- a/example_config.toml +++ /dev/null @@ -1,12 +0,0 @@ - -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" |