/[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 9 by dpavlin, Thu Mar 13 14:00:40 2008 UTC revision 170 by dpavlin, Mon Jun 16 12:45:15 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.4
18    DevelMode: 1    DevelMode: 1
19    L10N:    L10N:
20      PoDir: share/po      PoDir: share/po
# 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: {}
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
49      Enable: ~      Enable: ~
50    SkipAccessControl: 0    SkipAccessControl: 0
51    TemplateClass: CAdmin::View    TemplateClass: A3C::View
52    View:    View:
53      FallbackHandler: Jifty::View::Mason::Handler      FallbackHandler: Jifty::View::Mason::Handler
54      Handlers:      Handlers:
# 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=example,dc=com'
78      Password: 'hax0r'      password: 'hax0r'
79        # LDAP search
80        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.9  
changed lines
  Added in v.170

  ViewVC Help
Powered by ViewVC 1.1.26