From 47c944cc774a12b6a2e1ce0ca8e48f840438a6e5 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 7eaa731ef54f..fe2a385ec59f 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