Ignore:
Timestamp:
20 Jul 2016, 11:38:34 (8 years ago)
Author:
Henrik Bettermann
Message:

Rename 'skeleton' 'coewarri'.

Set port numbers.

Location:
main/kofacustom.coewarri/trunk/etc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.coewarri/trunk/etc/profile.ini.in

    r10765 r14035  
    5757
    5858[app:app]
    59 use = egg:kofacustom.skeleton
     59use = egg:kofacustom.coewarri
    6060
    6161[pipeline:main]
  • main/kofacustom.coewarri/trunk/etc/site.zcml.in

    r10765 r14035  
    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.coewarri">
    44
    5   <include package="kofacustom.skeleton" />
    6   <include package="kofacustom.skeleton" file="mail.zcml" />
     5  <include package="kofacustom.coewarri" />
     6  <include package="kofacustom.coewarri" 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.coewarri">
    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
Note: See TracChangeset for help on using the changeset viewer.