/[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 9 - (show annotations)
Tue Jun 5 11:54:18 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 1103 byte(s)
upload Input or Code 
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.2
17 DevelMode: 1
18 L10N:
19 PoDir: share/po
20 # LogLevel: INFO
21 LogLevel: DEBUG
22 Mailer: Sendmail
23 MailerArgs: []
24
25 Plugins:
26 - LetMe: {}
27 - SkeletonApp: {}
28 - REST: {}
29 - Halo: {}
30 - ErrorTemplates: {}
31 - OnlineDocs: {}
32 # - CompressedCSSandJS: {}
33 - AdminUI: {}
34 - Authentication::Password: {}
35 - CodePress: {}
36
37 PubSub:
38 Backend: Memcached
39 Enable: ~
40 SkipAccessControl: 1
41 TemplateClass: Perly::View
42 Web:
43 BaseURL: http://localhost
44 DataDir: var/mason
45 Globals: []
46
47 MasonConfig:
48 autoflush: 0
49 default_escape_flags: h
50 error_format: text
51 error_mode: fatal
52 Port: 8888
53 ServeStaticFiles: 1
54 StaticRoot: share/web/static
55 TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26