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,6 +1,6 @@
db-anon-role = "required"
db-channel = "pgrst"
db-channel-enabled = false
db-channel-enabled = true
db-extra-search-path = "public"
db-max-rows = 1000
db-pool = 10
@@ -1,6 +1,6 @@
db-anon-role = "required"
db-channel = "pgrst"
db-channel-enabled = false
db-channel-enabled = true
db-extra-search-path = "public"
db-max-rows = ""
db-pool = 10
@@ -1,6 +1,6 @@
db-anon-role = "postgrest_test_anonymous"
db-channel = "postgrest"
db-channel-enabled = true
db-channel-enabled = false
db-extra-search-path = "public,extensions,other"
db-max-rows = 100
db-pool = 1
@@ -1,6 +1,6 @@
db-anon-role = "postgrest_test_anonymous"
db-channel = "postgrest"
db-channel-enabled = true
db-channel-enabled = false
db-extra-search-path = "public,extensions,private"
db-max-rows = 1000
db-pool = 1
@@ -1,6 +1,6 @@
db-anon-role = "root"
db-channel = "postgrest"
db-channel-enabled = true
db-channel-enabled = false
db-extra-search-path = "public,test"
db-max-rows = 1000
db-pool = 1
+1 -1
View File
@@ -1,6 +1,6 @@
db-anon-role = "required"
db-channel = "pgrst"
db-channel-enabled = false
db-channel-enabled = true
db-extra-search-path = "public"
db-max-rows = ""
db-pool = 10