/[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

Contents of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 69 - (show annotations)
Thu Apr 10 20:08:01 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 1775 byte(s)
replaced Jifty::Plugin::AuthLDAPLogin with internal Jifty::Plugin::Authentication::Ldap
1 ---
2 framework:
3 AdminMode: 1
4 ApplicationClass: A3C
5 ApplicationName: A3C
6 ApplicationUUID: E39DA2FA-ED79-11DC-83DE-637BB7FBCC3E
7 ConfigFileVersion: 3
8 Database:
9 AutoUpgrade: 1
10 CheckSchema: 1
11 Database: a3c
12 Driver: Pg
13 Host: localhost
14 Password: 'a3c'
15 RecordBaseClass: Jifty::DBI::Record::Cachable
16 User: 'a3c'
17 Version: 0.0.1
18 DevelMode: 1
19 L10N:
20 PoDir: share/po
21 # LogLevel: INFO
22 LogLevel: DEBUG
23 Mailer: Sendmail
24 MailerArgs: []
25
26 Plugins:
27 - LetMe: {}
28 - SkeletonApp: {}
29 - REST: {}
30 - Halo: {}
31 - ErrorTemplates: {}
32 - OnlineDocs: {}
33 - CompressedCSSandJS: {}
34 - AdminUI: {}
35 - Debug: {}
36 - User: {}
37 # - Login: {}
38 - Authentication::Password: {}
39 - 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:
48 Backend: Memcached
49 Enable: ~
50 SkipAccessControl: 0
51 TemplateClass: A3C::View
52 View:
53 FallbackHandler: Jifty::View::Mason::Handler
54 Handlers:
55 - Jifty::View::Static::Handler
56 - Jifty::View::Declare::Handler
57 - Jifty::View::Mason::Handler
58 Web:
59 BaseURL: http://localhost
60 DataDir: var/mason
61 Globals: []
62
63 MasonConfig:
64 autoflush: 0
65 default_escape_flags: h
66 error_format: text
67 error_mode: fatal
68 Port: 8888
69 ServeStaticFiles: 1
70 StaticRoot: share/web/static
71 TemplateRoot: share/web/templates
72
73 # values are overriden by site_config.yml
74 application:
75 LDAP:
76 server: 'ldap.example.com'
77 dn: 'cn=foo,dc=skole,dc=hr'
78 password: 'hax0r'
79 # LDAP search
80 base: 'dc=skole,dc=hr'

  ViewVC Help
Powered by ViewVC 1.1.26