mirror of
https://github.com/supabase/supabase.git
synced 2026-09-22 13:37:53 +08:00
4 lines
98 B
SQL
4 lines
98 B
SQL
\set jwt_exp `echo "$JWT_EXP"`
|
|
|
|
ALTER DATABASE postgres SET "app.settings.jwt_exp" TO :'jwt_exp';
|