/[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 24 by dpavlin, Mon Mar 17 13:03:06 2008 UTC revision 62 by dpavlin, Wed Apr 9 21:32:59 2008 UTC
# Line 9  framework: Line 9  framework:
9      AutoUpgrade: 1      AutoUpgrade: 1
10      CheckSchema: 1      CheckSchema: 1
11      Database: a3c      Database: a3c
12      Driver: SQLite      Driver: Pg
13      Host: localhost      Host: localhost
14      Password: ''      Password: 'a3c'
15      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: Jifty::DBI::Record::Cachable
16      User: ''      User: 'a3c'
17      Version: 0.0.1      Version: 0.0.1
18    DevelMode: 1    DevelMode: 1
19    L10N:    L10N:
# Line 35  framework: Line 35  framework:
35      - User: {}      - User: {}
36      - Authentication::Password: {}      - Authentication::Password: {}
37      - Debug: {}      - Debug: {}
38    #    - Login: {}
39    #    - AuthLDAPLogin:
40    #       LDAPhost: ldap.carnet.hr
41    #       LDAPbase: dc=carnet,dc=hr
42    #       LDAPuid: uid
43    
44    PubSub:    PubSub:
45      Backend: Memcached      Backend: Memcached
# Line 65  framework: Line 70  framework:
70  # values are overriden by site_config.yml  # values are overriden by site_config.yml
71  application:  application:
72    LDAP:    LDAP:
73      Server: 'ldap.example.com'      server: 'ldap.example.com'
74      DN: 'cn=foo,dc=skole,dc=hr'      dn: 'cn=foo,dc=skole,dc=hr'
75      Password: 'hax0r'      password: 'hax0r'
76        # LDAP search
77        base: 'dc=skole,dc=hr'

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

  ViewVC Help
Powered by ViewVC 1.1.26