myos override for stack supabase

This commit is contained in:
2025-02-02 21:17:42 +01:00
parent fb2f7e67dc
commit 7fbfc6aba6
22 changed files with 1332 additions and 1 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';