feat: add custom jwt secret
Docker Build and Push / Build and Push Docker Image (push) Successful in 17m11s

This commit is contained in:
2026-02-26 10:35:54 +07:00
parent 8d87bdc6d4
commit 8ae0c2ef8e
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func main() {
return
}
j := jwt.New("yomama")
j := jwt.New(conf.JwtSecret())
go func() {
s := server.New(conf.Addr(), conf.Port(), repo, j)
err = s.Start()