/[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 1 - (hide annotations)
Sun Mar 9 01:42:55 2008 UTC (16 years, 1 month ago) by dpavlin
File size: 1298 byte(s)
create skeleton of application with

$ jifty app --name CAdmin

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     -
27     LetMe: {}
28    
29     -
30     SkeletonApp: {}
31    
32     -
33     REST: {}
34    
35     -
36     Halo: {}
37    
38     -
39     ErrorTemplates: {}
40    
41     -
42     OnlineDocs: {}
43    
44     -
45     CompressedCSSandJS: {}
46    
47     -
48     AdminUI: {}
49    
50     PubSub:
51     Backend: Memcached
52     Enable: ~
53     SkipAccessControl: 0
54     TemplateClass: CAdmin::View
55     View:
56     FallbackHandler: Jifty::View::Mason::Handler
57     Handlers:
58     - Jifty::View::Static::Handler
59     - Jifty::View::Declare::Handler
60     - Jifty::View::Mason::Handler
61     Web:
62     BaseURL: http://localhost
63     DataDir: var/mason
64     Globals: []
65    
66     MasonConfig:
67     autoflush: 0
68     default_escape_flags: h
69     error_format: text
70     error_mode: fatal
71     Port: 8888
72     ServeStaticFiles: 1
73     StaticRoot: share/web/static
74     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26