add supabase

This commit is contained in:
2024-03-20 19:06:12 +01:00
parent 57060074ab
commit 11ced7a0b5
13 changed files with 1308 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
\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';