envconfig updated

This commit is contained in:
James Tombleson 2024-04-13 11:54:35 -07:00
parent 8e5867c46d
commit 08c2e36881
1 changed files with 1 additions and 0 deletions

View File

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