/[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 117 - (show annotations)
Thu Mar 27 00:20:44 2008 UTC (16 years ago) by dpavlin
File size: 943 byte(s)
make it somewhat work on latest jifty
1 ---
2 framework:
3 AdminMode: 1
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.7
15 DevelMode: 1
16 L10N:
17 PoDir: share/po
18 # LogLevel: INFO
19 LogLevel: DEBUG
20 # LogLevel: ALL
21 # LogConfig: etc/log.conf
22 Mailer: Sendmail
23 MailerArgs: []
24 # Mailer: IO
25 # MailerArgs:
26 # - %log/mail.log%
27
28 Plugins:
29 - Login: {}
30 - EditInPlace: {}
31
32 PubSub:
33 Backend: Memcached
34 Enable: ~
35 Web:
36 BaseURL: http://localhost
37 DataDir: var/mason
38 Globals: []
39
40 MasonConfig:
41 autoflush: 0
42 default_escape_flags: h
43 error_format: text
44 error_mode: fatal
45 # Port: 65432
46 Port: 8888
47 ServeStaticFiles: 1
48 StaticRoot: share/web/static
49 TemplateRoot: share/web/templates
50
51 application:
52 edit: 1

  ViewVC Help
Powered by ViewVC 1.1.26