aboutsummaryrefslogtreecommitdiffstats
path: root/extra/example_config.toml
blob: dab2d7d2afaf6463e0da3c2cf9b7cc1418e0c26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

bind_addr = "127.0.0.1:9292"
upstream_addr = "127.0.0.1:9200"
unsafe_all_indices = false
enable_cors = true

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

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