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 {
AdminToken string
JwtSecret string
ApiUri string
DisableMigrationsOnStartUp bool
}