Change the default db-channel-enabled config value from False to True (#1880)

This commit is contained in:
laurenceisla
2021-06-25 11:12:28 -05:00
committed by GitHub
parent 1759c1c75b
commit 214a92f207
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ _baseCfg = let secret = Just $ encodeUtf8 "reallyreallyreallyreallyverysafe" in
configAppSettings = [ ("app.settings.app_host", "localhost") , ("app.settings.external_api_secret", "0123456789abcdef") ]
, configDbAnonRole = "postgrest_test_anonymous"
, configDbChannel = mempty
, configDbChannelEnabled = False
, configDbChannelEnabled = True
, configDbExtraSearchPath = []
, configDbMaxRows = Nothing
, configDbPoolSize = 10