Changeset 16281 for trunk/Nebulous/t/conf/startup.pl.in
- Timestamp:
- Feb 1, 2008, 3:51:29 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/conf/startup.pl.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/conf/startup.pl.in
r10581 r16281 3 3 4 4 use lib qw( @ServerRoot@/../lib ); 5 use lib qw( @ServerRoot@ ); 5 6 6 7 use Apache::DBI; … … 9 10 use Nebulous::Server::Apache; 10 11 use Nebulous::Server; 12 use Test::Nebulous; 11 13 12 my $dsn = "DBI:mysql:database=test:host=localhost"; 13 my $dbuser = "test"; 14 my $dbpasswd = ""; 15 16 Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpasswd ); 14 Apache::DBI->connect_on_init( $NEB_DB, $NEB_USER, $NEB_PASS ); 17 15 Nebulous::Server::SOAP->new_on_init( 18 dsn => $ dsn,19 dbuser => $ dbuser,20 dbpasswd => $ dbpasswd,16 dsn => $NEB_DB, 17 dbuser => $NEB_USER, 18 dbpasswd => $NEB_PASS, 21 19 log_level => 'all', 22 20 );
Note:
See TracChangeset
for help on using the changeset viewer.
