diff --git a/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/.gitignore b/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/.gitignore deleted file mode 100644 index 7e9e3afe..00000000 --- a/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config.inc.php diff --git a/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/config.inc.php-dist b/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/config.inc.php similarity index 98% rename from .devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/config.inc.php-dist rename to .devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/config.inc.php index ba927d40..e718751f 100644 --- a/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/config.inc.php-dist +++ b/.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf/config.inc.php @@ -15,7 +15,7 @@ // Hostname or IP address for server. Use '' for UNIX domain socket. // use 'localhost' for TCP/IP connection on this computer - $conf['servers'][0]['host'] = ''; + $conf['servers'][0]['host'] = 'pgsql'; // Database port on server (5432 is the PostgreSQL default) $conf['servers'][0]['port'] = 5432; @@ -102,7 +102,7 @@ // will be denied. Only set this false once you have read the FAQ and // understand how to change PostgreSQL's pg_hba.conf to enable // passworded local connections. - $conf['extra_login_security'] = true; + $conf['extra_login_security'] = false; // Only show owned databases? // Note: This will simply hide other databases in the list - this does