feat: add the "admin-server-host" config to set the host for the admin server

This commit is contained in:
Andrei Dziahel
2024-06-24 14:47:19 -05:00
committed by GitHub
parent 4761fad956
commit 9d7e87b3e0
16 changed files with 43 additions and 4 deletions
+1
View File
@@ -35,6 +35,7 @@ CREATE DATABASE other;
ALTER ROLE db_config_authenticator IN DATABASE other SET pgrst.db_max_rows = '1111';
-- non-reloadable configs
ALTER ROLE db_config_authenticator SET pgrst.admin_server_host = 'ignored';
ALTER ROLE db_config_authenticator SET pgrst.admin_server_port = 'ignored';
ALTER ROLE db_config_authenticator SET pgrst.db_channel = 'ignored';
ALTER ROLE db_config_authenticator SET pgrst.db_channel_enabled = 'ignored';