1
0
mirror of synced 2026-01-06 06:04:16 -05:00

Note to *not* to use username/pass for external database (#7297)

This commit is contained in:
Samuel Richardson
2021-10-27 11:16:12 +11:00
committed by GitHub
parent 6ff2fc7429
commit 1a2eaeb313

2
.env
View File

@@ -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