{ "mongoDb": { // The connection string to your Mongo Server. // // Read More: https://docs.mongodb.com/manual/reference/connection-string/ "configuration": "mongodb://localhost", "configurationReplica": "mongodb://localhost", // The name of the event store database. "database": "Squidex_Testing" }, "eventStore": { "configuration": "esdb://admin:changeit@127.0.0.1:2113?tls=false" } }