Change default server-unix-socket-mode 755 -> 660 (#1423)
This commit is contained in:
committed by
Steve Chavez
parent
7f365bf60b
commit
e12c1319b6
+2
-2
@@ -66,8 +66,8 @@ _baseCfg = -- Connection Settings
|
||||
AppConfig mempty "postgrest_test_anonymous" Nothing "test" "localhost" 3000
|
||||
-- No user configured Unix Socket
|
||||
Nothing
|
||||
-- No user configured Unix Socket file mode (defaults to 755)
|
||||
(Right 493)
|
||||
-- No user configured Unix Socket file mode (defaults to 660)
|
||||
(Right 432)
|
||||
-- Jwt settings
|
||||
(Just $ encodeUtf8 "reallyreallyreallyreallyverysafe") False Nothing
|
||||
-- Connection Modifiers
|
||||
|
||||
Reference in New Issue
Block a user