Created
April 29, 2020 21:20
-
-
Save ethansiegl/5dbbb9937120e3153c2795c56b2c807c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http.cors.allow-origin: /.*/ | |
http.cors.enabled: true | |
http.cors.allow-credentials: true | |
http.max_content_length: 500mb | |
http.cors.allow-headers: "X-Requested-With, Content-Type, Content-Length, Authorization" | |
network.host: 0.0.0.0 | |
path.repo: /backup | |
index.query.bool.max_clause_count: 5120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment