diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:10:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-25 20:10:46 -0700 |
commit | e77a94189ecbf13f041346e7d7b6d3ecf5876a6b (patch) | |
tree | 1e4f13f88dc735d0cafeb9de0d3cddb63ae44d66 /extra | |
parent | bdaf45ff85076cec93b68cd45c018bc02e2fa67e (diff) | |
download | es-public-proxy-e77a94189ecbf13f041346e7d7b6d3ecf5876a6b.tar.gz es-public-proxy-e77a94189ecbf13f041346e7d7b6d3ecf5876a6b.zip |
rename 'allow_all...' to 'unsafe_all...'
Diffstat (limited to 'extra')
-rw-r--r-- | extra/example_config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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]] |