Changeset 23934 for trunk/Nebulous/t/conf
- Timestamp:
- Apr 20, 2009, 11:23:23 AM (17 years ago)
- Location:
- trunk/Nebulous
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/eam_branch_20090303/Nebulous 23158-23228 /branches/jhoblitt/Nebulous 2785-12604 /branches/pap/Nebulous 23511-23685,23690-23739
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/Nebulous/t
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/neb_distrib_20081210/Nebulous/t merged eligible /branches/eam_branches/eam_branch_20090303/Nebulous/t 23158-23228 /branches/jhoblitt/Nebulous/t 2785-12604 /branches/pap/Nebulous/t 23511-23685,23690-23739
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/Nebulous/t/conf/startup.pl.in
r16281 r23934 12 12 use Test::Nebulous; 13 13 14 #$Apache::DBI::DEBUG = 1; 14 15 Apache::DBI->connect_on_init( $NEB_DB, $NEB_USER, $NEB_PASS ); 15 Nebulous::Server::SOAP->new_on_init( 16 Apache::DBI->setPingTimeOut($NEB_DB, 10); 17 18 my $config = Nebulous::Server::Config->new( 19 trace => 'all', 20 ); 21 $config->add_db( 22 dbindex => 0, 16 23 dsn => $NEB_DB, 17 24 dbuser => $NEB_USER, 18 25 dbpasswd => $NEB_PASS, 19 log_level => 'all',20 26 ); 27 #$config->add_db( 28 # dbindex => 1, 29 # dsn => 'DBI:mysql:database=nebulous1:host=localhost', 30 # dbuser => $dbuser, 31 # dbpasswd => $dbpasswd, 32 #); 33 34 Nebulous::Server::SOAP->new_on_init($config); 21 35 22 36 1;
Note:
See TracChangeset
for help on using the changeset viewer.
