/[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 41 - (hide annotations)
Sun Jun 1 17:31:43 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 1223 byte(s)
added Perly::SyntaxHighlight which generates sytax highlight of perl code
using Syntax::Highlight::Perl which is similar enough to CodePress so that
code in html doesn't look ugly
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 dpavlin 36 Version: 0.0.4
17 dpavlin 1 DevelMode: 1
18     L10N:
19     PoDir: share/po
20 dpavlin 7 # LogLevel: INFO
21     LogLevel: DEBUG
22 dpavlin 1 Mailer: Sendmail
23     MailerArgs: []
24    
25     Plugins:
26 dpavlin 2 - LetMe: {}
27     - SkeletonApp: {}
28     - REST: {}
29     - Halo: {}
30     - ErrorTemplates: {}
31     - OnlineDocs: {}
32 dpavlin 41 - CompressedCSSandJS: {}
33 dpavlin 2 - AdminUI: {}
34 dpavlin 41 # - EditInPlace: {}
35     # - DumpDispatcher: {}
36 dpavlin 2 - Authentication::Password: {}
37 dpavlin 3 - CodePress: {}
38 dpavlin 1
39     PubSub:
40     Backend: Memcached
41     Enable: ~
42 dpavlin 3 SkipAccessControl: 1
43 dpavlin 1 TemplateClass: Perly::View
44     Web:
45     BaseURL: http://localhost
46     DataDir: var/mason
47     Globals: []
48    
49     MasonConfig:
50     autoflush: 0
51     default_escape_flags: h
52     error_format: text
53     error_mode: fatal
54     Port: 8888
55     ServeStaticFiles: 1
56     StaticRoot: share/web/static
57     TemplateRoot: share/web/templates
58 dpavlin 32
59     application:
60     # script execution timeout in seconds
61     timeout: 5
62    

  ViewVC Help
Powered by ViewVC 1.1.26