Ignore:
Timestamp:
11/28/10 14:59:48 (14 years ago)
Author:
nanardon
Message:
  • add dump/load distrib config using Yaml
  • separate DB connection for session
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Model/Base.pm

    r41 r42  
    77    schema_class => 'Sophie::Base', 
    88    connect_info => { 
    9         dsn => 'toto', 
     9        dsn => '', 
     10        private_cache_key => __PACKAGE__, 
     11        AutoCommit => 0, 
    1012    },     
    1113); 
Note: See TracChangeset for help on using the changeset viewer.