Provide phpPgAdmin default configuration

This commit is contained in:
cytopia 2018-12-28 23:49:25 +01:00
parent 3e4517ec42
commit a1b1d9ad93
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 2 additions and 3 deletions
.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf

View File

@ -1 +0,0 @@
config.inc.php

View File

@ -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