supabase - preconfigured

This commit is contained in:
Jonas Braus
2025-01-23 22:33:11 +01:00
parent 2f82d1c047
commit 6cec223555
1704 changed files with 2473 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';