/[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 1059 - (hide annotations)
Tue Nov 20 10:09:54 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 1059 byte(s)
 r1655@llin:  dpavlin | 2007-11-20 11:09:49 +0100
 added UFO model to receive data from WebPAC::Output::Jifty

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 dpavlin 1059 Version: 0.0.3
17 dpavlin 928 DevelMode: 1
18     L10N:
19     PoDir: share/po
20 dpavlin 931 # LogLevel: INFO
21     LogLevel: DEBUG
22 dpavlin 928 Mailer: Sendmail
23     MailerArgs: []
24    
25     Plugins:
26 dpavlin 931 - LetMe: {}
27     - SkeletonApp: {}
28     - REST: {}
29     - Halo: {}
30     - ErrorTemplates: {}
31     - OnlineDocs: {}
32     - CompressedCSSandJS: {}
33     - AdminUI: {}
34 dpavlin 928
35     PubSub:
36     Backend: Memcached
37     Enable: ~
38     SkipAccessControl: 0
39     TemplateClass: Webpacus::View
40     Web:
41     BaseURL: http://localhost
42     DataDir: var/mason
43     Globals: []
44    
45     MasonConfig:
46     autoflush: 0
47     default_escape_flags: h
48     error_format: text
49     error_mode: fatal
50     Port: 8888
51     ServeStaticFiles: 1
52     StaticRoot: share/web/static
53     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26