move secrete into config file

This commit is contained in:
2025-03-16 03:40:39 +01:00
parent 4adfc6467c
commit 3434d43fc2
3 changed files with 13 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
jwt {
secret = "secret"
secret = ${?JWT_SECRET}
}