From 1a2eaeb3134bcd3efb0faa30c5d01da69d67993d Mon Sep 17 00:00:00 2001 From: Samuel Richardson Date: Wed, 27 Oct 2021 11:16:12 +1100 Subject: [PATCH] Note to *not* to use username/pass for external database (#7297) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 7eaa731ef54..fe2a385ec59 100644 --- a/.env +++ b/.env @@ -6,7 +6,7 @@ DATABASE_PASSWORD=docker DATABASE_HOST=db DATABASE_PORT=5432 DATABASE_DB=airbyte -# translate manually DATABASE_URL=jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT/${DATABASE_DB} +# translate manually DATABASE_URL=jdbc:postgresql://${DATABASE_HOST}:${DATABASE_PORT/${DATABASE_DB} (do not include the username or password here) DATABASE_URL=jdbc:postgresql://db:5432/airbyte # Airbyte Internal Config Database, default to reuse the Job Database when they are empty