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

Annotation of /etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Sun Jun 3 15:34:30 2007 UTC (17 years ago) by dpavlin
File size: 1084 byte(s)
use new J:P:CodePress to render textarea as syntax highlighted editor
1 dpavlin 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 dpavlin 2 - LetMe: {}
26     - SkeletonApp: {}
27     - REST: {}
28     - Halo: {}
29     - ErrorTemplates: {}
30     - OnlineDocs: {}
31 dpavlin 3 # - CompressedCSSandJS: {}
32 dpavlin 2 - AdminUI: {}
33     - Authentication::Password: {}
34 dpavlin 3 - CodePress: {}
35 dpavlin 1
36     PubSub:
37     Backend: Memcached
38     Enable: ~
39 dpavlin 3 SkipAccessControl: 1
40 dpavlin 1 TemplateClass: Perly::View
41     Web:
42     BaseURL: http://localhost
43     DataDir: var/mason
44     Globals: []
45    
46     MasonConfig:
47     autoflush: 0
48     default_escape_flags: h
49     error_format: text
50     error_mode: fatal
51     Port: 8888
52     ServeStaticFiles: 1
53     StaticRoot: share/web/static
54     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26