mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
468 B
15 lines
468 B
{
|
|
"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"
|
|
}
|
|
}
|