/[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 8 - (hide annotations)
Thu Nov 29 16:08:13 2007 UTC (16 years, 4 months ago) by dpavlin
File size: 1039 byte(s)
display part of data about units
1 dpavlin 1 ---
2     framework:
3     AdminMode: 1
4     ApplicationClass: Arh
5     ApplicationName: Arh
6 dpavlin 3 ApplicationUUID: 8a5ad298-ba19-41ca-86e5-ce9c2f7773ff
7 dpavlin 1 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 dpavlin 8 Version: 0.0.8
18 dpavlin 1 DevelMode: 1
19     L10N:
20     PoDir: share/po
21     LogLevel: INFO
22     Mailer: Sendmail
23     MailerArgs: []
24    
25     Plugins:
26 dpavlin 3 - LetMe: {}
27     - SkeletonApp: {}
28     - REST: {}
29     - Halo: {}
30     - ErrorTemplates: {}
31     - OnlineDocs: {}
32     - CompressedCSSandJS: {}
33     - AdminUI: {}
34 dpavlin 1
35     PubSub:
36     Backend: Memcached
37     Enable: ~
38     SkipAccessControl: 0
39     TemplateClass: Arh::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