From 523abf101afb803bf78351a869f93787f618697f Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Thu, 28 Aug 2025 11:12:38 -0600 Subject: [PATCH] Remove basic authentication configuration for Postgresus in Caddyfile as it is no longer needed. --- Caddyfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index 130730d..d33da6d 100644 --- a/Caddyfile +++ b/Caddyfile @@ -73,9 +73,6 @@ # Postgresus {$POSTGRESUS_HOSTNAME} { - basic_auth { - {$POSTGRESUS_USERNAME} {$POSTGRESUS_PASSWORD_HASH} - } reverse_proxy postgresus:4005 }