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

Annotation of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (hide annotations)
Thu Mar 13 13:49:41 2008 UTC (16 years ago) by dpavlin
File size: 1450 byte(s)
take ldap config from etc/site_config.yml

1 dpavlin 1 ---
2     framework:
3     AdminMode: 1
4     ApplicationClass: CAdmin
5     ApplicationName: CAdmin
6     ApplicationUUID: E39DA2FA-ED79-11DC-83DE-637BB7FBCC3E
7     ConfigFileVersion: 3
8     Database:
9     AutoUpgrade: 1
10     CheckSchema: 1
11     Database: cadmin
12     Driver: SQLite
13     Host: localhost
14     Password: ''
15     RecordBaseClass: Jifty::DBI::Record::Cachable
16     User: ''
17     Version: 0.0.1
18     DevelMode: 1
19     L10N:
20     PoDir: share/po
21     LogLevel: INFO
22     Mailer: Sendmail
23     MailerArgs: []
24    
25     Plugins:
26 dpavlin 3 - LetMe: {}
27     - SkeletonApp: {}
28     - REST: {}
29     - Halo: {}
30     - ErrorTemplates: {}
31     - OnlineDocs: {}
32     - CompressedCSSandJS: {}
33     - AdminUI: {}
34 dpavlin 4 - User: {}
35     - Authentication::Password: {}
36     - Debug: {}
37 dpavlin 1
38     PubSub:
39     Backend: Memcached
40     Enable: ~
41     SkipAccessControl: 0
42     TemplateClass: CAdmin::View
43     View:
44     FallbackHandler: Jifty::View::Mason::Handler
45     Handlers:
46     - Jifty::View::Static::Handler
47     - Jifty::View::Declare::Handler
48     - Jifty::View::Mason::Handler
49     Web:
50     BaseURL: http://localhost
51     DataDir: var/mason
52     Globals: []
53    
54     MasonConfig:
55     autoflush: 0
56     default_escape_flags: h
57     error_format: text
58     error_mode: fatal
59     Port: 8888
60     ServeStaticFiles: 1
61     StaticRoot: share/web/static
62     TemplateRoot: share/web/templates
63 dpavlin 8
64     # values are overriden by site_config.yml
65     application:
66     LDAP:
67     Server: 'ldap.example.com'
68     DN: 'cn=foo,dc=skole,dc=hr'
69     Password: 'hax0r'

  ViewVC Help
Powered by ViewVC 1.1.26