copy supabase

This commit is contained in:
Andrei Canta
2024-07-26 11:02:58 +03:00
parent 64080de0fd
commit f47fe5a0b0
17 changed files with 1535 additions and 0 deletions
+5
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';