diff --git a/config.php b/config.php index 7ece19f..baca87c 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ // ******************************************* preg_match('#^postgres://(.*):(.*)@(.*):(.*)/(.*)$#', getenv('DATABASE_URL'), $matches); - print_r(getenv('DATABASE_URL')); + print_r($_ENV); print_r($matches); define('DB_TYPE', "pgsql"); define('DB_HOST', $matches[3]);