forked from supabase/supautils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.conf.in
18 lines (17 loc) · 1.29 KB
/
init.conf.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<PG_EQ_15>
shared_preload_libraries='plpgsql_check'
</PG_EQ_15>
session_preload_libraries = 'supautils'
wal_level=logical
supautils.reserved_roles='supabase_storage_admin, anon, reserved_but_not_yet_created, authenticator*'
supautils.reserved_memberships='pg_read_server_files,pg_write_server_files,pg_execute_server_program,role_with_reserved_membership'
supautils.privileged_extensions='autoinc, citext, hstore, sslinfo, insert_username, dict_xsyn, postgres_fdw, pageinspect'
supautils.constrained_extensions='{"adminpack": { "cpu": 64}, "cube": { "mem": "17 GB"}, "lo": { "disk": "100 GB"}, "amcheck": { "cpu": 2, "mem": "100 MB", "disk": "100 MB"}}'
supautils.privileged_role='privileged_role'
supautils.privileged_role_allowed_configs='session_replication_role, pgrst.*, other.nested.*'
supautils.placeholders='response.headers, another.placeholder'
supautils.placeholders_disallowed_values='"content-type","x-special-header",special-value'
supautils.extensions_parameter_overrides='{"sslinfo":{"schema":"pg_catalog"}}'
supautils.drop_trigger_grants='{"privileged_role":["allow_drop_triggers.my_table"]}'
supautils.policy_grants='{"privileged_role":["allow_policies.my_table","allow_policies.nonexistent_table"]}'
supautils.privileged_extensions_custom_scripts_path='@TMPDIR@/privileged_extensions_custom_scripts'