[MOD] DB Server Docs
This commit is contained in:
parent
09c576a320
commit
0f54c3056f
|
|
@ -15,8 +15,7 @@ Uncomment and edit the listen_addresses attribute to start listening to start li
|
|||
!!! danger "Caution"
|
||||
|
||||
On production dont allow all hosts, only your desired IPs
|
||||
|
||||
|
||||
.
|
||||
listen_addresses = '*'
|
||||
|
||||
Now edit the PostgreSQL access policy configuration file.
|
||||
|
|
@ -30,7 +29,7 @@ Now edit the PostgreSQL access policy configuration file.
|
|||
|
||||
On production dont allow all hosts, only your desired IPs
|
||||
|
||||
|
||||
.
|
||||
host all all 0.0.0.0/0 md5
|
||||
|
||||
We are allowing TCP/IP connections (host) to all databases (all) for all users (all) with any IPv4 address (0.0.0.0/0) using an MD5 encrypted password for authentication (md5).
|
||||
|
|
|
|||
Loading…
Reference in New Issue