mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix pg conf
This commit is contained in:
parent
8bae866e15
commit
e8088b507c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in systemConfiguration {
|
||||||
|
|
||||||
authentication = mkOverride 10 ''
|
authentication = mkOverride 10 ''
|
||||||
# Type Database DBUser Authentication IdentMap
|
# Type Database DBUser Authentication IdentMap
|
||||||
local sameuser all peer map=superuser_map
|
local all all peer map=superuser_map
|
||||||
'';
|
'';
|
||||||
|
|
||||||
identMap = ''
|
identMap = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue