Skip to content

Commit 41f586a

Browse files
authored
Merge pull request #358 from dbt-msft/localhost-127
use 127.0.0.1 to avoid issues with local testing
2 parents 24eccf6 + 7dbaf99 commit 41f586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SQLSERVER_TEST_DRIVER=ODBC Driver 18 for SQL Server
2-
SQLSERVER_TEST_HOST=localhost
2+
SQLSERVER_TEST_HOST=127.0.0.1
33
SQLSERVER_TEST_USER=sa
44
SQLSERVER_TEST_PASS=L0calTesting!
55
SQLSERVER_TEST_PORT=1433

0 commit comments

Comments
 (0)