/[Perly]/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 1 - (show annotations)
Sun Jun 3 10:46:09 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 1091 byte(s)
application skeleton

1 ---
2 framework:
3 AdminMode: 1
4 ApplicationClass: Perly
5 ApplicationName: Perly
6 ApplicationUUID: 9f8790a3-4fc7-4b14-8d25-4f33c59a287f
7 ConfigFileVersion: 2
8 Database:
9 CheckSchema: 1
10 Database: perly
11 Driver: SQLite
12 Host: localhost
13 Password: ''
14 RecordBaseClass: Jifty::DBI::Record::Cachable
15 User: ''
16 Version: 0.0.1
17 DevelMode: 1
18 L10N:
19 PoDir: share/po
20 LogLevel: INFO
21 Mailer: Sendmail
22 MailerArgs: []
23
24 Plugins:
25 -
26 LetMe: {}
27
28 -
29 SkeletonApp: {}
30
31 -
32 REST: {}
33
34 -
35 Halo: {}
36
37 -
38 ErrorTemplates: {}
39
40 -
41 OnlineDocs: {}
42
43 -
44 CompressedCSSandJS: {}
45
46 -
47 AdminUI: {}
48
49 PubSub:
50 Backend: Memcached
51 Enable: ~
52 SkipAccessControl: 0
53 TemplateClass: Perly::View
54 Web:
55 BaseURL: http://localhost
56 DataDir: var/mason
57 Globals: []
58
59 MasonConfig:
60 autoflush: 0
61 default_escape_flags: h
62 error_format: text
63 error_mode: fatal
64 Port: 8888
65 ServeStaticFiles: 1
66 StaticRoot: share/web/static
67 TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26