[MOD] DB Server Docs
This commit is contained in:
@@ -16,8 +16,7 @@ Uncomment and edit the listen_addresses attribute to start listening to start li
|
||||
|
||||
On production dont allow all hosts, only your desired IPs
|
||||
|
||||
|
||||
|
||||
Replace following in pg_hba.conf
|
||||
|
||||
listen_addresses = '*'
|
||||
|
||||
@@ -32,8 +31,7 @@ Now edit the PostgreSQL access policy configuration file.
|
||||
|
||||
On production dont allow all hosts, only your desired IPs
|
||||
|
||||
|
||||
|
||||
Add following in pg_hba.conf
|
||||
|
||||
host all all 0.0.0.0/0 md5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user