move secrete into config file

This commit is contained in:
2025-04-14 23:39:48 +02:00
parent 4adfc6467c
commit 3434d43fc2
3 changed files with 13 additions and 10 deletions
+4
View File
@@ -0,0 +1,4 @@
jwt {
secret = "secret"
secret = ${?JWT_SECRET}
}