/[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 36 by dpavlin, Tue Feb 20 10:14:28 2007 UTC revision 154 by dpavlin, Sun Jun 10 18:41:00 2007 UTC
# Line 4  framework: Line 4  framework:
4    ApplicationClass: Grep    ApplicationClass: Grep
5    ApplicationName: Grep    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: grep      Database: grep
# Line 12  framework: Line 13  framework:
13      Password: ''      Password: ''
14      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: Jifty::DBI::Record::Cachable
15      User: ''      User: ''
16      Version: 0.0.4      Version: 0.0.6
17    DevelMode: 1    DevelMode: 1
18    L10N:    L10N:
19      PoDir: share/po      PoDir: share/po
# Line 22  framework: Line 23  framework:
23    MailerArgs: []    MailerArgs: []
24    
25    Plugins:    Plugins:
26      - Login: {}      - LetMe: {}
27        - SkeletonApp: {}
28    #    - REST: {}
29        - Halo: {}
30        - ErrorTemplates: {}
31        - OnlineDocs: {}
32    #    - CompressedCSSandJS: {}
33        - AdminUI: {}
34      - EditInPlace: {}      - EditInPlace: {}
35        - DumpDispatcher: {}
36        - Login: {}
37    
38    PubSub:    PubSub:
39  #    Backend: Memcached  #    Backend: Memcached
40      Backend: JiftyDBI  #    Backend: JiftyDBI
41      Enable: 1      Enable: ~
42    Web:    Web:
43      BaseURL: http://localhost      BaseURL: http://localhost
44      DataDir: var/mason      DataDir: var/mason
45      Globals: []      Globals: []
46    
47      MasonConfig:      MasonConfig:
48        autoflush: 1        autoflush: 0
49        default_escape_flags: h        default_escape_flags: h
50        error_format: text        error_format: text
51        error_mode: fatal        error_mode: fatal
# Line 43  framework: Line 53  framework:
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  #    ServerClass: Grep::Server
57    
58    application:
59      # path relative to StaticRoot above to ScrapBook RDF
60      ScrapBookDir: /scrapbook/

Legend:
Removed from v.36  
changed lines
  Added in v.154

  ViewVC Help
Powered by ViewVC 1.1.26