summaryrefslogtreecommitdiffstats
path: root/example_config.toml
blob: cd664030ad3bc49d565af382689e39a5ad6e73fa (plain)
1
2
3
4
5
6
7
8
9
10
11
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"