feat: web-arm add supabase
This commit is contained in:
parent
31ae2be273
commit
ab3b4a000e
15 changed files with 1336 additions and 59 deletions
4
hosts/web-arm/modules/supabase/sql/jwt.sql
Normal file
4
hosts/web-arm/modules/supabase/sql/jwt.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
\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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue