/[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 62 by dpavlin, Wed Apr 9 21:32:59 2008 UTC revision 170 by dpavlin, Mon Jun 16 12:45:15 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.4
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 27  framework: Line 27  framework:
27      - LetMe: {}      - LetMe: {}
28      - SkeletonApp: {}      - SkeletonApp: {}
29      - REST: {}      - REST: {}
30      - Halo: {}  #    - Halo: {}
31      - ErrorTemplates: {}      - ErrorTemplates: {}
32      - OnlineDocs: {}      - OnlineDocs: {}
33      - CompressedCSSandJS: {}      - CompressedCSSandJS: {}
34      - AdminUI: {}      - AdminUI: {}
     - User: {}  
     - Authentication::Password: {}  
35      - Debug: {}      - Debug: {}
36        - User: {}
37  #    - Login: {}  #    - Login: {}
38  #    - AuthLDAPLogin:      - Authentication::Password: {}
39  #       LDAPhost: ldap.carnet.hr      - Authentication::Ldap:
40  #       LDAPbase: dc=carnet,dc=hr         LDAPhost: ldap.carnet.hr
41  #       LDAPuid: uid         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 71  framework: Line 74  framework:
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=example,dc=com'
78      password: 'hax0r'      password: 'hax0r'
79      # LDAP search      # LDAP search
80      base: 'dc=skole,dc=hr'      base: 'dc=example,dc=com'
81        objectClass:
82    #      person: inetOrgPerson
83    #      organization: organization
84          person: hrEduPerson
85          organization: hrEduOrg
86        link:
87          person_filter: HrEduPersonHomeOrg
88          display_from: name
89          value_from: cn
90    
91      strix:
92        dir: data/strix/
93        database:
94          host: localhost
95          port: 15432
96          user: web
97          passwd: ''
98    

Legend:
Removed from v.62  
changed lines
  Added in v.170

  ViewVC Help
Powered by ViewVC 1.1.26