Jump to content

PostgreSQL: Difference between revisions

m
Add host on 127.0.0.0/32 trust to config
imported>Ariutta
(Add examples for 17.09 and later)
imported>Ikovnatsky
m (Add host on 127.0.0.0/32 trust to config)
Line 52: Line 52:
     authentication = pkgs.lib.mkOverride 10 ''
     authentication = pkgs.lib.mkOverride 10 ''
       local all all trust
       local all all trust
      host all all 127.0.0.1/32 trust
       host all all ::1/128 trust
       host all all ::1/128 trust
     '';
     '';
Anonymous user