/[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 102 - (hide annotations)
Fri Feb 16 23:40:21 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 925 byte(s)
added concept of "parent" query if you started by editing existing one
1 dpavlin 1 ---
2     framework:
3 dpavlin 58 AdminMode: 0
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 89 # LogLevel: ALL
20     LogConfig: etc/log.conf
21 dpavlin 1 Mailer: Sendmail
22     MailerArgs: []
23 dpavlin 56 # Mailer: IO
24     # MailerArgs:
25     # - %log/mail.log%
26 dpavlin 1
27 dpavlin 44 Plugins:
28     - Login: {}
29 dpavlin 79 - EditInPlace: {}
30 dpavlin 1
31     PubSub:
32     Backend: Memcached
33     Enable: ~
34     Web:
35     BaseURL: http://localhost
36     DataDir: var/mason
37     Globals: []
38    
39     MasonConfig:
40     autoflush: 0
41     default_escape_flags: h
42     error_format: text
43     error_mode: fatal
44 dpavlin 28 # Port: 65432
45     Port: 8888
46 dpavlin 1 ServeStaticFiles: 1
47     StaticRoot: share/web/static
48     TemplateRoot: share/web/templates
49 dpavlin 29
50     application:
51 dpavlin 45 # edit: 1

  ViewVC Help
Powered by ViewVC 1.1.26