/[SQLSession]/trunk/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 /trunk/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118 - (hide annotations)
Sun Jun 1 00:34:09 2008 UTC (15 years, 10 months ago) by dpavlin
File size: 980 byte(s)
use more modern Jifty User plugin
1 dpavlin 1 ---
2     framework:
3 dpavlin 117 AdminMode: 1
4 dpavlin 1 ApplicationClass: SQLSession
5     ApplicationName: SQLSession
6     Database:
7     CheckSchema: 1
8     Database: sqlsession
9     Driver: SQLite
10     Host: localhost
11     Password: ''
12     RecordBaseClass: Jifty::DBI::Record::Cachable
13     User: ''
14 dpavlin 102 Version: 0.0.7
15 dpavlin 1 DevelMode: 1
16     L10N:
17     PoDir: share/po
18 dpavlin 44 # LogLevel: INFO
19 dpavlin 117 LogLevel: DEBUG
20 dpavlin 89 # LogLevel: ALL
21 dpavlin 117 # LogConfig: etc/log.conf
22 dpavlin 1 Mailer: Sendmail
23     MailerArgs: []
24 dpavlin 56 # Mailer: IO
25     # MailerArgs:
26     # - %log/mail.log%
27 dpavlin 1
28 dpavlin 44 Plugins:
29 dpavlin 118 - User: {}
30     - Authentication::Password: {}
31     # - EditInPlace: {}
32 dpavlin 1
33     PubSub:
34     Backend: Memcached
35     Enable: ~
36     Web:
37     BaseURL: http://localhost
38     DataDir: var/mason
39     Globals: []
40    
41     MasonConfig:
42     autoflush: 0
43     default_escape_flags: h
44     error_format: text
45     error_mode: fatal
46 dpavlin 118 Port: 65432
47     # Port: 8888
48 dpavlin 1 ServeStaticFiles: 1
49     StaticRoot: share/web/static
50     TemplateRoot: share/web/templates
51 dpavlin 29
52     application:
53 dpavlin 117 edit: 1

  ViewVC Help
Powered by ViewVC 1.1.26