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

Contents of /trunk/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (show annotations)
Mon Jan 29 20:46:20 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 898 byte(s)
added RSS feeds, enable Jifty::Plugin::EditInPlace
1 ---
2 framework:
3 AdminMode: 0
4 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 Version: 0.0.6
15 DevelMode: 1
16 L10N:
17 PoDir: share/po
18 # LogLevel: INFO
19 LogLevel: ALL
20 Mailer: Sendmail
21 MailerArgs: []
22 # Mailer: IO
23 # MailerArgs:
24 # - %log/mail.log%
25
26 Plugins:
27 - Login: {}
28 - EditInPlace: {}
29
30 PubSub:
31 Backend: Memcached
32 Enable: ~
33 Web:
34 BaseURL: http://localhost
35 DataDir: var/mason
36 Globals: []
37
38 MasonConfig:
39 autoflush: 0
40 default_escape_flags: h
41 error_format: text
42 error_mode: fatal
43 # Port: 65432
44 Port: 8888
45 ServeStaticFiles: 1
46 StaticRoot: share/web/static
47 TemplateRoot: share/web/templates
48
49 application:
50 # edit: 1

  ViewVC Help
Powered by ViewVC 1.1.26