Moved all globals to the same location in package.

This commit is contained in:
2026-05-01 07:49:59 +02:00
parent 6b095e54f8
commit 85b83a0741
+1
View File
@@ -7,6 +7,7 @@ import (
"nfeeder/internal/db"
)
var ISSUER = "nfeeder-app"
var MAX_USER_SESSIONS = 3
type Server struct {