{ "mongoDb": { // The connection string to your Mongo Server. // // Read More: https://docs.mongodb.com/manual/reference/connection-string/ "configuration": "mongodb://localhost", // The name of the event store database. "database": "Squidex_Testing" }, "atlas": { // The connection string to your Mongo Server. // // Read More: https://docs.mongodb.com/manual/reference/connection-string/ "configuration": "mongodb://localhost", // The name of the event store database. "database": "Squidex_Testing", // The organization id. "groupId": "", // The name of the cluster. "clusterName": "", // Credentials to your account. "publicKey": "", "privateKey": "", "fullTextEnabled": true }, "elastic": { // The configuration to your elastic search cluster. // // Read More: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-configuration.html "configuration": "http://localhost:9200", // The name of the test index. "indexName": "test" }, "azureText": { // The URL to your azure search instance. // // Read More: https://docs.microsoft.com/en-us/azure/search/search-create-service-portal#get-a-key-and-url-endpoint "serviceEndpoint": "https://.search.windows.net", // The api key. See link above. "apiKey": "", // The name of the index. "indexName": "test" } }