/[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 182 by dpavlin, Wed Apr 9 16:53:29 2008 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      ConfigFileVersion: 2
8    Database:    Database:
9      CheckSchema: 1      CheckSchema: 1
10      Database: g      Database: grep
11      Driver: SQLite      Driver: SQLite
12      Host: localhost      Host: localhost
13      Password: ''      Password: ''
14      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: Jifty::DBI::Record::Cachable
15      User: ''      User: ''
16      Version: 0.0.1      Version: 0.0.7
17    DevelMode: 1    DevelMode: 1
18    L10N:    L10N:
19      PoDir: share/po      PoDir: share/po
20    LogLevel: INFO  #  LogLevel: INFO
21      LogLevel: DEBUG
22    Mailer: Sendmail    Mailer: Sendmail
23    MailerArgs: []    MailerArgs: []
24    
25    Plugins: []    Plugins:
26        - LetMe: {}
27        - SkeletonApp: {}
28    #    - REST: {}
29        - Halo: {}
30        - ErrorTemplates: {}
31        - OnlineDocs: {}
32    #    - CompressedCSSandJS: {}
33        - AdminUI: {}
34        - EditInPlace: {}
35    #    - DumpDispatcher: {}
36        - Login: {}
37    
38    PubSub:    PubSub:
39      Backend: Memcached  #    Backend: Memcached
40    #    Backend: JiftyDBI
41      Enable: ~      Enable: ~
42    Web:    Web:
43      BaseURL: http://localhost      BaseURL: http://localhost
# Line 35  framework: Line 49  framework:
49        default_escape_flags: h        default_escape_flags: h
50        error_format: text        error_format: text
51        error_mode: fatal        error_mode: fatal
52      Port: 8888      Port: 8880
53      ServeStaticFiles: 1      ServeStaticFiles: 1
54      StaticRoot: share/web/static      StaticRoot: share/web/static
55      TemplateRoot: share/web/templates      TemplateRoot: share/web/templates
56    #    ServerClass: Grep::Server
57    
58    application:
59      Import:
60        ScrapBook:
61          Dir: /scrapbook/
62          OwnerEmail: 'dpavlin@rot13.org'

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

  ViewVC Help
Powered by ViewVC 1.1.26