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"