diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:09:12 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:10:07 -0700 |
commit | bdaf45ff85076cec93b68cd45c018bc02e2fa67e (patch) | |
tree | cae9206aa377fc5accc87f3aaaa10d627b5b8da4 /example_config.toml | |
parent | 0e1d7e4758cbff5f92b17ff93e67b76478cb8bd5 (diff) | |
download | es-public-proxy-bdaf45ff85076cec93b68cd45c018bc02e2fa67e.tar.gz es-public-proxy-bdaf45ff85076cec93b68cd45c018bc02e2fa67e.zip |
declutter top-level files into extra/
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" |