Note to *not* to use username/pass for external database (#7297)
This commit is contained in:
committed by
GitHub
parent
6ff2fc7429
commit
1a2eaeb313
2
.env
2
.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
|
||||
|
||||
Reference in New Issue
Block a user