/[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 25 by dpavlin, Mon Dec 4 19:23:30 2006 UTC revision 58 by dpavlin, Thu Jan 25 13:08:06 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.5
15    DevelMode: 1    DevelMode: 1
16    L10N:    L10N:
17      PoDir: share/po      PoDir: share/po
# Line 19  framework: Line 19  framework:
19    LogLevel: ALL    LogLevel: ALL
20    Mailer: Sendmail    Mailer: Sendmail
21    MailerArgs: []    MailerArgs: []
22    #  Mailer: IO
23    #  MailerArgs:
24    #    - %log/mail.log%
25    
26    Plugins: []    Plugins:
27        - Login: {}
28    
29    PubSub:    PubSub:
30      Backend: Memcached      Backend: Memcached
# Line 35  framework: Line 39  framework:
39        default_escape_flags: h        default_escape_flags: h
40        error_format: text        error_format: text
41        error_mode: fatal        error_mode: fatal
42      Port: 65432  #    Port: 65432
43        Port: 8888
44      ServeStaticFiles: 1      ServeStaticFiles: 1
45      StaticRoot: share/web/static      StaticRoot: share/web/static
46      TemplateRoot: share/web/templates      TemplateRoot: share/web/templates
47    
48    application:
49    #  edit: 1

Legend:
Removed from v.25  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.26