Skip to content

Commit

Permalink
fix postgres creds
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Dec 30, 2024
1 parent b76f20e commit e68da6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup/fuzzer/.env.fuzz-test-example
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ ONBOARDING_STREAM_CACHE_BUST_NUMBER=1
ENABLE_FE2_MESSAGING=false

POSTGRES_URL="127.0.0.1"
POSTGRES_USER="fuzz_test"
POSTGRES_PASSWORD="fuzz_test"
POSTGRES_DB="fuzz_test"
POSTGRES_USER="speckle"
POSTGRES_PASSWORD="speckle"
POSTGRES_DB="speckle"

S3_ENDPOINT="http://127.0.0.1:9000"
S3_ACCESS_KEY="minioadmin"
Expand Down

0 comments on commit e68da6a

Please sign in to comment.