mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-25 23:41:04 +00:00
Provide phpPgAdmin default configuration
This commit is contained in:
parent
3e4517ec42
commit
a1b1d9ad93
.devilbox/www/htdocs/vendor/phppgadmin-5.6.0/conf
@ -1 +0,0 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user