diff options
| author | Bobby <[email protected]> | 2025-07-13 11:57:45 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-07-13 11:57:45 +0530 |
| commit | bf112649d039f8f02e2135a74d8b506f7c31c784 (patch) | |
| tree | 0598be94ed9a718ac41bed1b8950c4887f381fef /config | |
| parent | a698f5fde54c96f017a5af600c1e54a20cf051e6 (diff) | |
| download | imageboard-bf112649d039f8f02e2135a74d8b506f7c31c784.tar.xz imageboard-bf112649d039f8f02e2135a74d8b506f7c31c784.zip | |
Login post controller
Diffstat (limited to 'config')
| -rw-r--r-- | config/types.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/types.go b/config/types.go index 7786915..c8bdd75 100644 --- a/config/types.go +++ b/config/types.go @@ -9,6 +9,7 @@ type ServerConfig struct { AppSecret string `env:"APP_SECRET" default:"default_secret"`
IsDevMode bool `env:"DEV_MODE" default:"true"`
MinPasswordLength int `env:"MIN_PASSWORD_LENGTH" default:"8"`
+ AdminEmail string `env:"ADMIN_EMAIL" default:""`
}
type DatabaseConfig struct {
|
