/[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 3 - (show annotations)
Sun Mar 9 22:49:40 2008 UTC (16 years ago) by dpavlin
File size: 1235 byte(s)
reident
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 - LetMe: {}
27 - SkeletonApp: {}
28 - REST: {}
29 - Halo: {}
30 - ErrorTemplates: {}
31 - OnlineDocs: {}
32 - CompressedCSSandJS: {}
33 - AdminUI: {}
34
35 PubSub:
36 Backend: Memcached
37 Enable: ~
38 SkipAccessControl: 0
39 TemplateClass: CAdmin::View
40 View:
41 FallbackHandler: Jifty::View::Mason::Handler
42 Handlers:
43 - Jifty::View::Static::Handler
44 - Jifty::View::Declare::Handler
45 - Jifty::View::Mason::Handler
46 Web:
47 BaseURL: http://localhost
48 DataDir: var/mason
49 Globals: []
50
51 MasonConfig:
52 autoflush: 0
53 default_escape_flags: h
54 error_format: text
55 error_mode: fatal
56 Port: 8888
57 ServeStaticFiles: 1
58 StaticRoot: share/web/static
59 TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26