mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 17:30:25 -04:00
d1a38abccd
* Add JWT init script * newline --------- Co-authored-by: Ant Wilson <awalias@users.noreply.github.com> Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev>
6 lines
207 B
SQL
6 lines
207 B
SQL
\set jwt_secret `echo "$JWT_SECRET"`
|
|
\set jwt_exp `echo "$JWT_EXP"`
|
|
|
|
ALTER DATABASE postgres SET "app.settings.jwt_secret" TO :'jwt_secret';
|
|
ALTER DATABASE postgres SET "app.settings.jwt_exp" TO :'jwt_exp';
|