[MOD] DB Server Docs
This commit is contained in:
parent
769738f8c3
commit
09c576a320
|
|
@ -12,8 +12,10 @@ and dont forget to setup and alowing remote host connections
|
||||||
|
|
||||||
Uncomment and edit the listen_addresses attribute to start listening to start listening to all available IP addresses.
|
Uncomment and edit the listen_addresses attribute to start listening to start listening to all available IP addresses.
|
||||||
|
|
||||||
> [!CAUTION]
|
!!! danger "Caution"
|
||||||
> On production dont allow all hosts, only your desired IPs
|
|
||||||
|
On production dont allow all hosts, only your desired IPs
|
||||||
|
|
||||||
|
|
||||||
listen_addresses = '*'
|
listen_addresses = '*'
|
||||||
|
|
||||||
|
|
@ -24,8 +26,10 @@ Now edit the PostgreSQL access policy configuration file.
|
||||||
|
|
||||||
Append a new connection policy (a pattern stands for [CONNECTION_TYPE][DATABASE][USER] [ADDRESS][METHOD]) in the bottom of the file.
|
Append a new connection policy (a pattern stands for [CONNECTION_TYPE][DATABASE][USER] [ADDRESS][METHOD]) in the bottom of the file.
|
||||||
|
|
||||||
> [!CAUTION]
|
!!! danger "Caution"
|
||||||
> On production dont allow all hosts, only your desired IPs
|
|
||||||
|
On production dont allow all hosts, only your desired IPs
|
||||||
|
|
||||||
|
|
||||||
host all all 0.0.0.0/0 md5
|
host all all 0.0.0.0/0 md5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue