Changeset 11940 for main/kofacustom.wdu/trunk/etc
- Timestamp:
- 9 Nov 2014, 08:44:55 (10 years ago)
- Location:
- main/kofacustom.wdu/trunk/etc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.wdu/trunk/etc/site.zcml.in
r10765 r11940 1 1 <configure xmlns="http://namespaces.zope.org/zope" 2 2 xmlns:kofa="http://namespaces.waeup.org/kofa" 3 i18n_domain="kofacustom. skeleton">3 i18n_domain="kofacustom.wdu"> 4 4 5 <include package="kofacustom. skeleton" />6 <include package="kofacustom. skeleton" file="mail.zcml" />5 <include package="kofacustom.wdu" /> 6 <include package="kofacustom.wdu" file="mail.zcml" /> 7 7 8 8 <!-- install job container … … 29 29 path="${buildout:directory}/var/datacenter" /> 30 30 31 <configure i18n_domain="kofacustom. skeleton">31 <configure i18n_domain="kofacustom.wdu"> 32 32 33 33 <unauthenticatedPrincipal id="zope.anybody" … … 42 42 title="Manager" 43 43 login="grok" 44 password_manager="S HA1"45 password=" 321b9cd3739bd029629243732eb682db005a7541f7509622"44 password_manager="SSHA" 45 password="{SSHA}PQQypyPElik2Pi3wM5kO1W78eVCGgdZ8" 46 46 /> 47 47 -
main/kofacustom.wdu/trunk/etc/zope_zeo1.conf.in
r11272 r11940 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost: 801026 server localhost:7110 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost: 801065 server localhost:7110 66 66 storage async 67 67 name async -
main/kofacustom.wdu/trunk/etc/zope_zeo2.conf.in
r11272 r11940 24 24 # Uncomment this if you want to connect to a ZEO server instead: 25 25 <zeoclient> 26 server localhost: 801026 server localhost:7110 27 27 storage 1 28 28 # ZEO client cache, in bytes … … 63 63 <zodb async> 64 64 <zeoclient> 65 server localhost: 801065 server localhost:7110 66 66 storage async 67 67 name async
Note: See TracChangeset for help on using the changeset viewer.