This commit is contained in:
x86dev 2015-09-05 01:36:57 +02:00
parent c27e36d3f6
commit 6c1af3b2a5

View File

@ -10,7 +10,7 @@ $conffile = $confpath . 'config.php';
$ename = 'DB'; $ename = 'DB';
$eport = 5432; $eport = 5432;
echo 'Configuring database for: ' $conffile . PHP_EOL; echo 'Configuring database for: ' . $conffile . PHP_EOL;
// check DB_NAME, which will be set automatically for a linked "db" container // check DB_NAME, which will be set automatically for a linked "db" container
if (!env($ename . '_PORT', '')) { if (!env($ename . '_PORT', '')) {