chore: remove temporary auth override used for testing

This commit is contained in:
Pulse Monitor
2025-09-01 21:47:46 +00:00
parent 424d5a9538
commit e72b0c8767
-3
View File
@@ -365,9 +365,6 @@ func Load() (*Config, error) {
}
}
// TEMPORARY: Force auth enabled for testing
cfg.DisableAuth = false
// Load proxy authentication settings
if proxyAuthSecret := os.Getenv("PROXY_AUTH_SECRET"); proxyAuthSecret != "" {
cfg.ProxyAuthSecret = proxyAuthSecret