edit pg_hba.conf and add
host all all 192.168.1.0/24 scram-sha-256
after that enter on superuser session on postgres and run SELECT pg_reload_conf();
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
edit pg_hba.conf and add