Update topics/mongo.adoc

This commit is contained in:
Stian Thorgersen 2016-09-15 09:03:40 +02:00
parent eae9f2599b
commit f9f51a737b

2
topics/mongo.adoc Executable file → Normal file
View file

@ -73,7 +73,7 @@ After that, add the snippet like this where you can configure details about your
<property name="port" value="27017"/>
<property name="db" value="keycloak"/>
<property name="connectionsPerHost" value="100"/>
<property name="databaseSchema" value="update"/>
<property name="migrationStrategy" value="update"/>
</properties>
</provider>
</spi>