features/jwt-adustments #17

Merged
jtom38 merged 3 commits from features/jwt-adustments into main 2024-04-13 11:55:43 -07:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 08c2e36881 - Show all commits

View File

@ -3,5 +3,6 @@ package domain
type EnvConfig struct {
AdminToken string
JwtSecret string
ApiUri string
DisableMigrationsOnStartUp bool
}