7 lines
120 B
PHP
7 lines
120 B
PHP
<?php
|
|
$type = 'pgsql';
|
|
$host = 'localhost';
|
|
$dbname = '';
|
|
$username = '';
|
|
$password = '';
|
|
$port = '5432';
|