/[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 62 - (show annotations)
Wed Apr 9 21:32:59 2008 UTC (16 years ago) by dpavlin
File size: 1632 byte(s)
this *would* be LDAP login if we could connect to ldap server ;-)

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 - User: {}
36 - Authentication::Password: {}
37 - Debug: {}
38 # - Login: {}
39 # - AuthLDAPLogin:
40 # LDAPhost: ldap.carnet.hr
41 # LDAPbase: dc=carnet,dc=hr
42 # LDAPuid: uid
43
44 PubSub:
45 Backend: Memcached
46 Enable: ~
47 SkipAccessControl: 0
48 TemplateClass: A3C::View
49 View:
50 FallbackHandler: Jifty::View::Mason::Handler
51 Handlers:
52 - Jifty::View::Static::Handler
53 - Jifty::View::Declare::Handler
54 - Jifty::View::Mason::Handler
55 Web:
56 BaseURL: http://localhost
57 DataDir: var/mason
58 Globals: []
59
60 MasonConfig:
61 autoflush: 0
62 default_escape_flags: h
63 error_format: text
64 error_mode: fatal
65 Port: 8888
66 ServeStaticFiles: 1
67 StaticRoot: share/web/static
68 TemplateRoot: share/web/templates
69
70 # values are overriden by site_config.yml
71 application:
72 LDAP:
73 server: 'ldap.example.com'
74 dn: 'cn=foo,dc=skole,dc=hr'
75 password: 'hax0r'
76 # LDAP search
77 base: 'dc=skole,dc=hr'

  ViewVC Help
Powered by ViewVC 1.1.26