From e77a94189ecbf13f041346e7d7b6d3ecf5876a6b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 20:10:46 -0700 Subject: rename 'allow_all...' to 'unsafe_all...' --- extra/example_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/example_config.toml b/extra/example_config.toml index cd66403..1baa536 100644 --- a/extra/example_config.toml +++ b/extra/example_config.toml @@ -1,7 +1,7 @@ bind_addr = "127.0.0.1:9292" upstream_addr = "127.0.0.1:9200" -allow_all_indices = false +unsafe_all_indices = false # Index-level configuration [[index]] -- cgit v1.2.3