Index: trunk/Nebulous/t/Test/Nebulous.pm
===================================================================
--- trunk/Nebulous/t/Test/Nebulous.pm	(revision 16281)
+++ trunk/Nebulous/t/Test/Nebulous.pm	(revision 16354)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004  Joshua Hoblitt
 #
-# $Id: Nebulous.pm,v 1.16 2008-02-02 01:51:29 jhoblitt Exp $
+# $Id: Nebulous.pm,v 1.17 2008-02-07 22:17:45 jhoblitt Exp $
 
 package Test::Nebulous;
@@ -18,7 +18,7 @@
 our @EXPORT = qw( $NEB_DB $NEB_USER $NEB_PASS );
 
-our $NEB_DB   = "DBI:mysql:database=nebulous:host=localhost";
-our $NEB_USER = "nebulous";
-our $NEB_PASS = '@neb@';
+our $NEB_DB     = $ENV{'NEB_DB'}   || "DBI:mysql:database=test:host=localhost";
+our $NEB_USER   = $ENV{'NEB_USER'} || "test";
+our $NEB_PASS   = $ENV{'NEB_PASS'} || '';
 
 my $dbh = DBI->connect( $NEB_DB, $NEB_USER, $NEB_PASS );
