wipe out old repo & replace with template
This commit is contained in:
5
src/server/docker/volumes/db/jwt.sql
Normal file
5
src/server/docker/volumes/db/jwt.sql
Normal 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';
|
Reference in New Issue
Block a user