IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2009, 1:35:23 PM (17 years ago)
Author:
jhoblitt
Message:

drop Cache::Memcached::Managed for Cache::Memcached

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/Config.pm

    r24347 r24369  
    1313
    1414use Log::Log4perl qw( :levels );
    15 use Params::Validate qw( validate validate_pos SCALAR );
     15use Params::Validate qw( validate validate_pos SCALAR ARRAYREF );
    1616
    1717our %LEVELS = (
     
    4646        },
    4747    },
    48     dsn         => { type => SCALAR, optional => 1 },
    49     dbuser      => { type => SCALAR, optional => 1 },
    50     dbpasswd    => { type => SCALAR, optional => 1 },
    51     memcached   => { type => SCALAR, default => '127.0.0.1:11311' },
     48    dsn                 => { type => SCALAR, optional => 1 },
     49    dbuser              => { type => SCALAR, optional => 1 },
     50    dbpasswd            => { type => SCALAR, optional => 1 },
     51    memcached_servers   => { type => ARRAYREF, optional => 1 },
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.