Statistics
| Branch: | Tag: | Revision:

root / logic / src / test / resources / mongodb / local-message-store.xml @ f0893bc6

History | View | Annotate | Download (284 Bytes)

1
<MongoDBConfigurationModel>
2
  <slaveOK>true</slaveOK>
3
  <writeConcern>SAFE</writeConcern>
4
  <hosts class="List">
5
    <ServerAddressConfigurationModel>
6
      <host>localhost</host>
7
      <port>27017</port>
8
    </ServerAddressConfigurationModel>
9
  </hosts>
10
</MongoDBConfigurationModel>