/[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 67 - (hide annotations)
Tue Apr 8 23:22:22 2008 UTC (16 years ago) by dpavlin
File size: 1299 byte(s)
bunch of changes:
- added bulk create link (which still doesn't work all that well)
- 
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 dpavlin 40 Driver: Pg
13 dpavlin 1 Host: localhost
14 dpavlin 28 Password: ""
15     RecordBaseClass: "Jifty::DBI::Record::Cachable"
16 dpavlin 40 User: "dpavlin"
17 dpavlin 62 Version: 0.0.12
18 dpavlin 1 DevelMode: 1
19     L10N:
20     PoDir: share/po
21 dpavlin 40 LogLevel: INFO
22     # LogLevel: DEBUG
23 dpavlin 1 Mailer: Sendmail
24     MailerArgs: []
25    
26     Plugins:
27 dpavlin 3 - LetMe: {}
28     - SkeletonApp: {}
29     - REST: {}
30 dpavlin 49 # - Halo: {}
31 dpavlin 3 - ErrorTemplates: {}
32     - OnlineDocs: {}
33     - CompressedCSSandJS: {}
34     - AdminUI: {}
35 dpavlin 10 - User: {}
36     - Authentication::Password: {}
37 dpavlin 40 - Debug: {}
38 dpavlin 39 - AutoReference: {}
39 dpavlin 65 - IEFixes: {}
40 dpavlin 67 # - DumpDispatcher: {}
41 dpavlin 1
42     PubSub:
43     Backend: Memcached
44     Enable: ~
45     SkipAccessControl: 0
46     TemplateClass: Arh::View
47     Web:
48     BaseURL: http://localhost
49     DataDir: var/mason
50     Globals: []
51    
52     MasonConfig:
53     autoflush: 0
54     default_escape_flags: h
55     error_format: text
56     error_mode: fatal
57     Port: 8888
58     ServeStaticFiles: 1
59     StaticRoot: share/web/static
60     TemplateRoot: share/web/templates
61 dpavlin 52
62     application:
63     pictures:
64 dpavlin 61 path: var/pics/
65     # size in pixels of thumbnail
66     thumbnail: 320
67 dpavlin 52

  ViewVC Help
Powered by ViewVC 1.1.26