Excluir 'config/database.php'
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user