mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-27 22:59:45 +00:00
Provide phpPgAdmin default configuration
This commit is contained in:
parent
3e4517ec42
commit
a1b1d9ad93
@ -1 +0,0 @@
|
|||||||
config.inc.php
|
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
// Hostname or IP address for server. Use '' for UNIX domain socket.
|
// Hostname or IP address for server. Use '' for UNIX domain socket.
|
||||||
// use 'localhost' for TCP/IP connection on this computer
|
// 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)
|
// Database port on server (5432 is the PostgreSQL default)
|
||||||
$conf['servers'][0]['port'] = 5432;
|
$conf['servers'][0]['port'] = 5432;
|
||||||
@ -102,7 +102,7 @@
|
|||||||
// will be denied. Only set this false once you have read the FAQ and
|
// 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
|
// understand how to change PostgreSQL's pg_hba.conf to enable
|
||||||
// passworded local connections.
|
// passworded local connections.
|
||||||
$conf['extra_login_security'] = true;
|
$conf['extra_login_security'] = false;
|
||||||
|
|
||||||
// Only show owned databases?
|
// Only show owned databases?
|
||||||
// Note: This will simply hide other databases in the list - this does
|
// Note: This will simply hide other databases in the list - this does
|
Loading…
x
Reference in New Issue
Block a user