Skip to content

Commit

Permalink
Update integration tests to use 6875
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Dec 19, 2024
1 parent 4add410 commit d549fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/self_hosted/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ terraform {

provider "materialize" {
host = "materialized"
port = 6877
port = 6875
database = "materialize"
username = "mz_system"
username = "materialize"
password = ""
sslmode = "disable"
}

0 comments on commit d549fa2

Please sign in to comment.