Changeset 2063
- Timestamp:
- 02/12/09 13:21:36
- Files:
-
- trunk/config/bwbuild/jboss/democal.options.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/jboss/democal.options.xml
r2023 r2063 32 32 <publicCardDAVUri>http://localhost:8080/carddav</publicCardDAVUri> 33 33 <personalCardDAVUri>http://localhost:8080/ucarddav</personalCardDAVUri> 34 35 <!-- Timezone server locations --> 36 <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 34 37 35 38 <module> … … 96 99 <disabled>false</disabled> 97 100 </dummymail> 101 102 <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig"> 103 <privKeys>@QUICKSTART_DIR@/data/bedework/privkeys</privKeys> 104 <pubKeys>@QUICKSTART_DIR@/data/bedework/pubkeys</pubKeys> 105 106 <debug>true</debug> 107 <verbose>true</verbose> 108 </default-pwencrypt> 98 109 </module> 99 110 </global> … … 146 157 147 158 <indexRoot>lucene/indexroot</indexRoot> 159 160 <rootUsers>caladmin</rootUsers> 148 161 </syspars> 149 162 150 163 <app> 164 <!-- ================================================================== 165 Timezones server 166 ================================================================== --> 167 <tzsvr classname="org.bedework.calfacade.configs.ConfigCommon"> 168 <appType>tzsvr</appType> 169 <publicAdmin>false</publicAdmin> 170 <guestMode>true</guestMode> 171 </tzsvr> 172 151 173 <!-- ================================================================== 152 174 Admin web client CalAdmin
