Skip to content

Commit d0d4f3c

Browse files
Added trustServerCertificate to sqlserver connection
1 parent 7bb868b commit d0d4f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
database: 'tempdb',
4848
host: '127.0.0.1',
4949
port: 11433,
50+
trustServerCertificate: true,
5051
user: 'SA',
5152
password: 'YourStrong!Passw0rd',
5253
),

0 commit comments

Comments
 (0)