Browse Source

MongoDB default EventStore

pull/130/head
Sebastian Stehle 9 years ago
parent
commit
13d6d6c8c0
  1. 2
      src/Squidex/appsettings.json

2
src/Squidex/appsettings.json

@ -21,7 +21,7 @@
}
},
"eventStore": {
"type": "GetEventStore",
"type": "MongoDb",
"mongoDb": {
"configuration": "mongodb://localhost",
"database": "Squidex"

Loading…
Cancel
Save