/[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 1 by dpavlin, Thu Nov 29 00:33:00 2007 UTC revision 62 by dpavlin, Mon Apr 7 14:37:13 2008 UTC
# Line 3  framework: Line 3  framework:
3    AdminMode: 1    AdminMode: 1
4    ApplicationClass: Arh    ApplicationClass: Arh
5    ApplicationName: Arh    ApplicationName: Arh
6    ApplicationUUID: 2223cc57-b073-44e4-8dd3-92e22ac768fe    ApplicationUUID: 8a5ad298-ba19-41ca-86e5-ce9c2f7773ff
7    ConfigFileVersion: 2    ConfigFileVersion: 2
8    Database:    Database:
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.1      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    
26    Plugins:    Plugins:
27      -      - LetMe: {}
28        LetMe: {}      - SkeletonApp: {}
29        - REST: {}
30      -  #    - Halo: {}
31        SkeletonApp: {}      - ErrorTemplates: {}
32        - OnlineDocs: {}
33      -      - CompressedCSSandJS: {}
34        REST: {}      - AdminUI: {}
35        - User: {}
36      -      - Authentication::Password: {}
37        Halo: {}      - Debug: {}
38        - AutoReference: {}
     -  
       ErrorTemplates: {}  
   
     -  
       OnlineDocs: {}  
   
     -  
       CompressedCSSandJS: {}  
   
     -  
       AdminUI: {}  
39    
40    PubSub:    PubSub:
41      Backend: Memcached      Backend: Memcached
# Line 66  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.1  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.26