/[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 13 - (hide annotations)
Thu Mar 13 16:34:59 2008 UTC (16 years ago) by dpavlin
File size: 1457 byte(s)
rename database

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

  ViewVC Help
Powered by ViewVC 1.1.26