aboutsummaryrefslogtreecommitdiffstats
path: root/extra/example_config.toml
blob: 1baa536c8c7c82ff3032eb5d8ffd5d9242ae6e89 (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"
unsafe_all_indices = false

# Index-level configuration
[[index]]
name = "test"

# Configure additional indices by repeating the [[index]] block
#[[index]]
#name = "some-other-index"