Ignore:
Timestamp:
9 Nov 2014, 08:44:55 (10 years ago)
Author:
Henrik Bettermann
Message:

Repace skeleton by wdu.

Set ports.

Set version number.

Set manager password.

Location:
main/kofacustom.wdu/trunk/etc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.wdu/trunk/etc/site.zcml.in

    r10765 r11940  
    11<configure xmlns="http://namespaces.zope.org/zope"
    22           xmlns:kofa="http://namespaces.waeup.org/kofa"
    3            i18n_domain="kofacustom.skeleton">
     3           i18n_domain="kofacustom.wdu">
    44
    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" />
    77
    88  <!-- install job container
     
    2929      path="${buildout:directory}/var/datacenter" />
    3030
    31     <configure i18n_domain="kofacustom.skeleton">
     31    <configure i18n_domain="kofacustom.wdu">
    3232
    3333      <unauthenticatedPrincipal id="zope.anybody"
     
    4242                 title="Manager"
    4343                 login="grok"
    44                  password_manager="SHA1"
    45                  password="321b9cd3739bd029629243732eb682db005a7541f7509622"
     44                 password_manager="SSHA"
     45                 password="{SSHA}PQQypyPElik2Pi3wM5kO1W78eVCGgdZ8"
    4646                 />
    4747
  • main/kofacustom.wdu/trunk/etc/zope_zeo1.conf.in

    r11272 r11940  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:8010
     26    server localhost:7110
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:8010
     65    server localhost:7110
    6666    storage async
    6767    name async
  • main/kofacustom.wdu/trunk/etc/zope_zeo2.conf.in

    r11272 r11940  
    2424# Uncomment this if you want to connect to a ZEO server instead:
    2525  <zeoclient>
    26     server localhost:8010
     26    server localhost:7110
    2727    storage 1
    2828    # ZEO client cache, in bytes
     
    6363<zodb async>
    6464  <zeoclient>
    65     server localhost:8010
     65    server localhost:7110
    6666    storage async
    6767    name async
Note: See TracChangeset for help on using the changeset viewer.