Skip to content

Commit

Permalink
change airbyte username to match airbyte default
Browse files Browse the repository at this point in the history
  • Loading branch information
vbalalian committed Jan 18, 2024
1 parent 1a72038 commit cb9594a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ HOST=http://host.docker.internal

# Database name and credentials
POSTGRES_USER=postgres
POSTGRES_PASSWORD=nonprodpasswd
POSTGRES_PASSWORD=postgres
POSTGRES_DB=roman_coins

# Airbyte credentials
AIRBYTE_USERNAME=airbyte
AIRBYTE_PASSWORD=nonprodpasswd
AIRBYTE_PASSWORD=password
CONNECTOR_START_DATE=2024-01-01

# Minio credentials
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=nonprodpasswd
MINIO_ROOT_PASSWORD=minioadmin
MINIO_BUCKET_NAME=roman-coins
MINIO_NEW_USER=roman-coins-user
MINIO_NEW_USER_PASSWORD=nonprodpasswd

0 comments on commit cb9594a

Please sign in to comment.