diff --git a/config.php b/config.php index 9f91cab..14fed6b 100644 --- a/config.php +++ b/config.php @@ -4,8 +4,6 @@ // ******************************************* preg_match('#^postgres://(.*):(.*)@(.*):(.*)/(.*)$#', getenv('DATABASE_URL'), $matches); - print_r($_ENV); - print_r($matches); define('DB_TYPE', "pgsql"); define('DB_HOST', $matches[3]); define('DB_USER', $matches[1]);