modified connection settings in init.php
This commit is contained in:
@@ -17,7 +17,7 @@ if (file_exists($envFile)) {
|
||||
|
||||
// Defines Environment Variables
|
||||
$host = getenv('POSTGRES_HOSTNAME');
|
||||
$port = 5432;
|
||||
$port = getenv('POSTGRES_PORT');
|
||||
$db = getenv('POSTGRES_DB');
|
||||
$user = getenv('POSTGRES_USER');
|
||||
$pass = getenv('POSTGRES_PASSWORD');
|
||||
|
||||
Reference in New Issue
Block a user