Remove basic authentication configuration for Postgresus in Caddyfile as it is no longer needed.

This commit is contained in:
Yury Kossakovsky
2025-08-28 11:12:38 -06:00
parent 5331442951
commit 523abf101a

View File

@@ -73,9 +73,6 @@
# Postgresus
{$POSTGRESUS_HOSTNAME} {
basic_auth {
{$POSTGRESUS_USERNAME} {$POSTGRESUS_PASSWORD_HASH}
}
reverse_proxy postgresus:4005
}