mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 20:22:53 +00:00
chore: remove temporary auth override used for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user