change config
This commit is contained in:
parent
8657471e73
commit
270f89754f
|
@ -15,7 +15,7 @@ return array(
|
|||
'db' => array(
|
||||
'driver' => 'Pdo_Pgsql',
|
||||
'hostname' => 'localhost',
|
||||
'database' => 'sjy_portal',
|
||||
'database' => 'qhportal',
|
||||
'username' => 'gis',
|
||||
'password' => 'gispassword',
|
||||
),
|
||||
|
|
|
@ -21,7 +21,7 @@ if (file_exists('vendor/autoload.php')) {
|
|||
$loader = include 'vendor/autoload.php';
|
||||
}
|
||||
|
||||
$zf2Path = "F:/library/zf2.2.5/library";
|
||||
$zf2Path = "vendor/library";
|
||||
|
||||
if ($zf2Path) {
|
||||
if (isset($loader)) {
|
||||
|
|
Loading…
Reference in New Issue