Skip to content

Commit

Permalink
Note to *not* to use username/pass for external database (airbytehq#7297
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Rodeoclash authored and schlattk committed Jan 4, 2022
1 parent 690cd08 commit 47c944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47c944c

Please sign in to comment.