/[Arh]/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 9 by dpavlin, Thu Nov 29 16:40:10 2007 UTC revision 62 by dpavlin, Mon Apr 7 14:37:13 2008 UTC
# Line 9  framework: Line 9  framework:
9      AutoUpgrade: 1      AutoUpgrade: 1
10      CheckSchema: 1      CheckSchema: 1
11      Database: arh      Database: arh
12      Driver: SQLite      Driver: Pg
13      Host: localhost      Host: localhost
14      Password: ''      Password: ""
15      RecordBaseClass: Jifty::DBI::Record::Cachable      RecordBaseClass: "Jifty::DBI::Record::Cachable"
16      User: ''      User: "dpavlin"
17      Version: 0.0.9      Version: 0.0.12
18    DevelMode: 1    DevelMode: 1
19    L10N:    L10N:
20      PoDir: share/po      PoDir: share/po
21    LogLevel: INFO    LogLevel: INFO
22    #  LogLevel: DEBUG
23    Mailer: Sendmail    Mailer: Sendmail
24    MailerArgs: []    MailerArgs: []
25    
# Line 26  framework: Line 27  framework:
27      - LetMe: {}      - LetMe: {}
28      - SkeletonApp: {}      - SkeletonApp: {}
29      - REST: {}      - REST: {}
30      - Halo: {}  #    - Halo: {}
31      - ErrorTemplates: {}      - ErrorTemplates: {}
32      - OnlineDocs: {}      - OnlineDocs: {}
33      - CompressedCSSandJS: {}      - CompressedCSSandJS: {}
34      - AdminUI: {}      - AdminUI: {}
35        - User: {}
36        - Authentication::Password: {}
37        - Debug: {}
38        - AutoReference: {}
39    
40    PubSub:    PubSub:
41      Backend: Memcached      Backend: Memcached
# Line 51  framework: Line 56  framework:
56      ServeStaticFiles: 1      ServeStaticFiles: 1
57      StaticRoot: share/web/static      StaticRoot: share/web/static
58      TemplateRoot: share/web/templates      TemplateRoot: share/web/templates
59    
60    application:
61      pictures:
62        path: var/pics/
63        # size in pixels of thumbnail
64        thumbnail: 320
65    

Legend:
Removed from v.9  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26