Skip to content

Commit

Permalink
Configure fragment image to use basic-auth in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatel292-seneca committed Aug 1, 2024
1 parent bb3a7f8 commit 8ddf02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
# Our API will be running on http://localhost:8080
- API_URL=http://localhost:8080
# Use Basic Auth (for running tests, CI)
# - HTPASSWD_FILE=tests/.htpasswd
- HTPASSWD_FILE=tests/.htpasswd
# Use the LOG_LEVEL set in the host environment, or default to info
- LOG_LEVEL=${LOG_LEVEL:-info}
- AWS_REGION=us-east-1
Expand Down

0 comments on commit 8ddf02b

Please sign in to comment.