/[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 43 by dpavlin, Sun Mar 30 20:18:44 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:
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 65  framework: Line 65  framework:
65  # values are overriden by site_config.yml  # values are overriden by site_config.yml
66  application:  application:
67    LDAP:    LDAP:
68      Server: 'ldap.example.com'      server: 'ldap.example.com'
69      DN: 'cn=foo,dc=skole,dc=hr'      dn: 'cn=foo,dc=skole,dc=hr'
70      Password: 'hax0r'      password: 'hax0r'
71        # LDAP search
72        base: 'dc=skole,dc=hr'

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

  ViewVC Help
Powered by ViewVC 1.1.26