/[Arh]/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)
Thu Nov 29 00:33:00 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 1102 byte(s)
jifty app --name Arh
1 dpavlin 1 ---
2     framework:
3     AdminMode: 1
4     ApplicationClass: Arh
5     ApplicationName: Arh
6     ApplicationUUID: 2223cc57-b073-44e4-8dd3-92e22ac768fe
7     ConfigFileVersion: 2
8     Database:
9     AutoUpgrade: 1
10     CheckSchema: 1
11     Database: arh
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: Arh::View
55     Web:
56     BaseURL: http://localhost
57     DataDir: var/mason
58     Globals: []
59    
60     MasonConfig:
61     autoflush: 0
62     default_escape_flags: h
63     error_format: text
64     error_mode: fatal
65     Port: 8888
66     ServeStaticFiles: 1
67     StaticRoot: share/web/static
68     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26