/[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 2 - (hide annotations)
Sun Jun 3 11:28:02 2007 UTC (17 years ago) by dpavlin
File size: 1063 byte(s)
added User and Code models
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     - CompressedCSSandJS: {}
32     - AdminUI: {}
33     - Authentication::Password: {}
34 dpavlin 1
35     PubSub:
36     Backend: Memcached
37     Enable: ~
38     SkipAccessControl: 0
39     TemplateClass: Perly::View
40     Web:
41     BaseURL: http://localhost
42     DataDir: var/mason
43     Globals: []
44    
45     MasonConfig:
46     autoflush: 0
47     default_escape_flags: h
48     error_format: text
49     error_mode: fatal
50     Port: 8888
51     ServeStaticFiles: 1
52     StaticRoot: share/web/static
53     TemplateRoot: share/web/templates

  ViewVC Help
Powered by ViewVC 1.1.26