/[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 4 by dpavlin, Mon Mar 10 00:19:52 2008 UTC revision 68 by dpavlin, Thu Apr 10 00:16:03 2008 UTC
# Line 1  Line 1 
1  ---  ---
2  framework:  framework:
3    AdminMode: 1    AdminMode: 1
4    ApplicationClass: CAdmin    ApplicationClass: A3C
5    ApplicationName: CAdmin    ApplicationName: A3C
6    ApplicationUUID: E39DA2FA-ED79-11DC-83DE-637BB7FBCC3E    ApplicationUUID: E39DA2FA-ED79-11DC-83DE-637BB7FBCC3E
7    ConfigFileVersion: 3    ConfigFileVersion: 3
8    Database:    Database:
9      AutoUpgrade: 1      AutoUpgrade: 1
10      CheckSchema: 1      CheckSchema: 1
11      Database: cadmin      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
23    Mailer: Sendmail    Mailer: Sendmail
24    MailerArgs: []    MailerArgs: []
25    
# Line 34  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           LDAPssl: 0
44    
45    PubSub:    PubSub:
46      Backend: Memcached      Backend: Memcached
47      Enable: ~      Enable: ~
48    SkipAccessControl: 0    SkipAccessControl: 0
49    TemplateClass: CAdmin::View    TemplateClass: A3C::View
50    View:    View:
51      FallbackHandler: Jifty::View::Mason::Handler      FallbackHandler: Jifty::View::Mason::Handler
52      Handlers:      Handlers:
# Line 60  framework: Line 67  framework:
67      ServeStaticFiles: 1      ServeStaticFiles: 1
68      StaticRoot: share/web/static      StaticRoot: share/web/static
69      TemplateRoot: share/web/templates      TemplateRoot: share/web/templates
70    
71    # values are overriden by site_config.yml
72    application:
73      LDAP:
74        server: 'ldap.example.com'
75        dn: 'cn=foo,dc=skole,dc=hr'
76        password: 'hax0r'
77        # LDAP search
78        base: 'dc=skole,dc=hr'

Legend:
Removed from v.4  
changed lines
  Added in v.68

  ViewVC Help
Powered by ViewVC 1.1.26