blob: 2dc3e06fa3ffa44de72945edf5fa82aec05ddec6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<cdoServer>
<!--
<acceptor type="http"/>
-->
<acceptor type="tcp" listenAddr="0.0.0.0" port="2036">
<!--
<negotiator type="challenge" description="/temp/users.db"/>
-->
</acceptor>
<repository name="repo1">
<!--
<property name="overrideUUID" value="1ff5d226-b1f0-40fb-aba2-0c31b38c764f"/>
-->
<property name="supportingAudits" value="true"/>
<property name="supportingBranches" value="false"/>
<!--
Objectivity store FD configuration, by passing _DEFAULT_ the internal
default values will be user, for example, lockserverHost="_DEFAULT_" will use
the local host.
For logging, the options are:
LogNone: no logging.
LogAll : Log session and transaction info.
LogSession : log only session info.
-->
<store type="objectivity">
<fdConfig name="test"
lockServerHost = "_DEFAULT_"
fdDirPath = "c:\data"
fdFileHost = "_DEFAULT_"
fdNumber = "5555"
dbDirPath = "_DEFAULT_"
logDirPath = "_DEFAULT_"
logOption = "LogNone"
pageSize = "_DEFAULT_"
SessionMinCacheSize = "600"
SessionMaxCacheSize = "1000">
</fdConfig>
</store>
</repository>
</cdoServer>