fix: added AppEnv to configs return

This commit is contained in:
2026-03-14 00:02:21 +03:30
parent 940cfa8626
commit 5c5d06722d
+1
View File
@@ -106,5 +106,6 @@ func Load(logger *zap.Logger) *Config {
AppHost: appHost,
AppPort: appPort,
BaseURL: baseURL,
AppEnv: appEnv,
}
}