/[Grep]/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 /etc/config.yml

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

revision 1 by dpavlin, Sat Feb 17 16:13:56 2007 UTC revision 44 by dpavlin, Tue Feb 20 21:55:24 2007 UTC
# Line 1  Line 1 
1  ---  ---
2  framework:  framework:
3    AdminMode: 1    AdminMode: 1
4    ApplicationClass: g    ApplicationClass: Grep
5    ApplicationName: g    ApplicationName: Grep
6    ApplicationUUID: 35f11289-3eab-4be6-a4ba-6169f88265a0    ApplicationUUID: 35f11289-3eab-4be6-a4ba-6169f88265a0
7    Database:    Database:
8      CheckSchema: 1      CheckSchema: 1
9      Database: g      Database: grep
10      Driver: SQLite      Driver: SQLite
11      Host: localhost      Host: localhost
12      Password: ''      Password: ''
13      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: Jifty::DBI::Record::Cachable
14      User: ''      User: ''
15      Version: 0.0.1      Version: 0.0.4
16    DevelMode: 1    DevelMode: 1
17    L10N:    L10N:
18      PoDir: share/po      PoDir: share/po
19    LogLevel: INFO  #  LogLevel: INFO
20      LogLevel: DEBUG
21    Mailer: Sendmail    Mailer: Sendmail
22    MailerArgs: []    MailerArgs: []
23    
24    Plugins: []    Plugins:
25        - Login: {}
26        - EditInPlace: {}
27    
28    PubSub:    PubSub:
29      Backend: Memcached  #    Backend: Memcached
30    #    Backend: JiftyDBI
31      Enable: ~      Enable: ~
32    Web:    Web:
33      BaseURL: http://localhost      BaseURL: http://localhost
# Line 31  framework: Line 35  framework:
35      Globals: []      Globals: []
36    
37      MasonConfig:      MasonConfig:
38        autoflush: 0        autoflush: 1
39        default_escape_flags: h        default_escape_flags: h
40        error_format: text        error_format: text
41        error_mode: fatal        error_mode: fatal
# Line 39  framework: Line 43  framework:
43      ServeStaticFiles: 1      ServeStaticFiles: 1
44      StaticRoot: share/web/static      StaticRoot: share/web/static
45      TemplateRoot: share/web/templates      TemplateRoot: share/web/templates
46    #    ServerClass: Grep::Server

Legend:
Removed from v.1  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26