[MOD] Docs

This commit is contained in:
Mohammad Awais 2024-04-21 15:11:29 +05:00 committed by GitHub
parent 60f77f3d9c
commit 769738f8c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,9 @@ 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.
> [!CAUTION]
> On production dont allow all hosts, only your desired IPs
listen_addresses = '*'
Now edit the PostgreSQL access policy configuration file.
@ -21,6 +24,8 @@ 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.
> [!CAUTION]
> On production dont allow all hosts, only your desired IPs
host all all 0.0.0.0/0 md5