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

Diff of /trunk/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19 by dpavlin, Sun Dec 3 18:02:49 2006 UTC revision 89 by dpavlin, Mon Feb 5 19:03:28 2007 UTC
# Line 1  Line 1 
1  ---  ---
2  framework:  framework:
3    AdminMode: 1    AdminMode: 0
4    ApplicationClass: SQLSession    ApplicationClass: SQLSession
5    ApplicationName: SQLSession    ApplicationName: SQLSession
6    Database:    Database:
# Line 11  framework: Line 11  framework:
11      Password: ''      Password: ''
12      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: Jifty::DBI::Record::Cachable
13      User: ''      User: ''
14      Version: 0.0.1      Version: 0.0.6
15    DevelMode: 1    DevelMode: 1
16    L10N:    L10N:
17      PoDir: share/po      PoDir: share/po
18  #  LogLevel: INFO  #  LogLevel: INFO
19    LogLevel: ALL  #  LogLevel: ALL
20      LogConfig: etc/log.conf
21    Mailer: Sendmail    Mailer: Sendmail
22    MailerArgs: []    MailerArgs: []
23    #  Mailer: IO
24    #  MailerArgs:
25    #    - %log/mail.log%
26    
27    Plugins: []    Plugins:
28        - Login: {}
29        - EditInPlace: {}
30    
31    PubSub:    PubSub:
32      Backend: Memcached      Backend: Memcached
# Line 35  framework: Line 41  framework:
41        default_escape_flags: h        default_escape_flags: h
42        error_format: text        error_format: text
43        error_mode: fatal        error_mode: fatal
44    #    Port: 65432
45      Port: 8888      Port: 8888
46      ServeStaticFiles: 1      ServeStaticFiles: 1
47      StaticRoot: share/web/static      StaticRoot: share/web/static
48      TemplateRoot: share/web/templates      TemplateRoot: share/web/templates
49    
50    application:
51    #  edit: 1

Legend:
Removed from v.19  
changed lines
  Added in v.89

  ViewVC Help
Powered by ViewVC 1.1.26