/[webpac2]/Webpacus2/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 /Webpacus2/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 928 - (hide annotations)
Wed Oct 31 10:29:08 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 1103 byte(s)
Jifty based front-end
1 dpavlin 928 ---
2     framework:
3     AdminMode: 1
4     ApplicationClass: Webpacus
5     ApplicationName: Webpacus
6     ApplicationUUID: 9b2e7c1a-3fb4-46c1-ad3a-46cd37bd0644
7     ConfigFileVersion: 2
8     Database:
9     CheckSchema: 1
10     Database: webpacus
11     Driver: SQLite
12     Host: localhost
13     Password: ''
14     RecordBaseClass: Jifty::DBI::Record::Cachable
15     User: ''
16     Version: 0.0.1
17     DevelMode: 1
18     L10N:
19     PoDir: share/po
20     LogLevel: INFO
21     Mailer: Sendmail
22     MailerArgs: []
23    
24     Plugins:
25     -
26     LetMe: {}
27    
28     -
29     SkeletonApp: {}
30    
31     -
32     REST: {}
33    
34     -
35     Halo: {}
36    
37     -
38     ErrorTemplates: {}
39    
40     -
41     OnlineDocs: {}
42    
43     -
44     CompressedCSSandJS: {}
45    
46     -
47     AdminUI: {}
48    
49     PubSub:
50     Backend: Memcached
51     Enable: ~
52     SkipAccessControl: 0
53     TemplateClass: Webpacus::View
54     Web:
55     BaseURL: http://localhost
56     DataDir: var/mason
57     Globals: []
58    
59     MasonConfig:
60     autoflush: 0
61     default_escape_flags: h
62     error_format: text
63     error_mode: fatal
64     Port: 8888
65     ServeStaticFiles: 1
66     StaticRoot: share/web/static
67     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26