Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Modify configuration by sudo vi /var/lib/pgsql/data/pg_hba.conf - you need to uncomment disable all the host files settings to add # and add below line

Code Block
host    all             all             0.0.0.0/0               password

...