Excluir 'config/database.php'

This commit is contained in:
ahwelp
2019-04-16 17:55:03 +00:00
parent 902fbd27b8
commit 776c639f2d
-15
View File
@@ -1,15 +0,0 @@
<?php
use BBOrm\Connections as Connections;
global $DB;
$DB = Connection::open([
'driver' => 'pgsql',
'host' => 'localhost',
'prefix' => '_urfat',
'name' => 'urfat',
'user' => 'urfat',
'pass' => 'urfat']);
Connections::add_connection($DB, "default");