/[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

Contents of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65 - (show annotations)
Mon Apr 7 17:50:53 2008 UTC (16 years ago) by dpavlin
File size: 1273 byte(s)
try to make somewhat sane layout for IE
1 ---
2 framework:
3 AdminMode: 1
4 ApplicationClass: Arh
5 ApplicationName: Arh
6 ApplicationUUID: 8a5ad298-ba19-41ca-86e5-ce9c2f7773ff
7 ConfigFileVersion: 2
8 Database:
9 AutoUpgrade: 1
10 CheckSchema: 1
11 Database: arh
12 Driver: Pg
13 Host: localhost
14 Password: ""
15 RecordBaseClass: "Jifty::DBI::Record::Cachable"
16 User: "dpavlin"
17 Version: 0.0.12
18 DevelMode: 1
19 L10N:
20 PoDir: share/po
21 LogLevel: INFO
22 # LogLevel: DEBUG
23 Mailer: Sendmail
24 MailerArgs: []
25
26 Plugins:
27 - LetMe: {}
28 - SkeletonApp: {}
29 - REST: {}
30 # - Halo: {}
31 - ErrorTemplates: {}
32 - OnlineDocs: {}
33 - CompressedCSSandJS: {}
34 - AdminUI: {}
35 - User: {}
36 - Authentication::Password: {}
37 - Debug: {}
38 - AutoReference: {}
39 - IEFixes: {}
40
41 PubSub:
42 Backend: Memcached
43 Enable: ~
44 SkipAccessControl: 0
45 TemplateClass: Arh::View
46 Web:
47 BaseURL: http://localhost
48 DataDir: var/mason
49 Globals: []
50
51 MasonConfig:
52 autoflush: 0
53 default_escape_flags: h
54 error_format: text
55 error_mode: fatal
56 Port: 8888
57 ServeStaticFiles: 1
58 StaticRoot: share/web/static
59 TemplateRoot: share/web/templates
60
61 application:
62 pictures:
63 path: var/pics/
64 # size in pixels of thumbnail
65 thumbnail: 320
66

  ViewVC Help
Powered by ViewVC 1.1.26