/[A3C]/etc/config.yml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31 by dpavlin, Tue Mar 18 17:16:40 2008 UTC revision 81 by dpavlin, Fri Apr 11 23:25:53 2008 UTC
# Line 14  framework: Line 14  framework:
14      Password: 'a3c'      Password: 'a3c'
15      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: Jifty::DBI::Record::Cachable
16      User: 'a3c'      User: 'a3c'
17      Version: 0.0.1      Version: 0.0.2
18    DevelMode: 1    DevelMode: 1
19    L10N:    L10N:
20      PoDir: share/po      PoDir: share/po
21    LogLevel: INFO  #  LogLevel: INFO
22  #  LogLevel: DEBUG    LogLevel: DEBUG
23    Mailer: Sendmail    Mailer: Sendmail
24    MailerArgs: []    MailerArgs: []
25    
# Line 32  framework: Line 32  framework:
32      - OnlineDocs: {}      - OnlineDocs: {}
33      - CompressedCSSandJS: {}      - CompressedCSSandJS: {}
34      - AdminUI: {}      - AdminUI: {}
35        - Debug: {}
36      - User: {}      - User: {}
37    #    - Login: {}
38      - Authentication::Password: {}      - Authentication::Password: {}
39      - Debug: {}      - Authentication::Ldap:
40           LDAPhost: ldap.carnet.hr
41           LDAPbase: dc=carnet,dc=hr
42           LDAPName: cn                     # displayname, cn
43    #       LDAPMail: mailLocalAddress       # email used optionnal
44           LDAPuid: uid
45    #       LDAPssl: 0
46    
47    PubSub:    PubSub:
48      Backend: Memcached      Backend: Memcached
# Line 65  framework: Line 73  framework:
73  # values are overriden by site_config.yml  # values are overriden by site_config.yml
74  application:  application:
75    LDAP:    LDAP:
76      Server: 'ldap.example.com'      server: 'ldap.example.com'
77      DN: 'cn=foo,dc=skole,dc=hr'      dn: 'cn=foo,dc=skole,dc=hr'
78      Password: 'hax0r'      password: 'hax0r'
79        # LDAP search
80        base: 'dc=skole,dc=hr'

Legend:
Removed from v.31  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26