This file contains hidden or 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
| # connection settings | |
| # connect to MongoDB using the following URL | |
| mongo-url = "mongodb://someuser:password@localhost:40001" | |
| # connect to the Elasticsearch REST API at the following node URLs | |
| elasticsearch-urls = ["https://es1:9200", "https://es2:9200"] | |
| # frequently required settings | |
| # if you don't want to listen for changes to all collections in MongoDB but only a few |