1# in order for the tests to work correctly, the value for server
2# SHOULD NOT appear in any freetds.conf file.
3#
4# Ideally, the test DB server would be a non-default instance which allows full
5# tests of the instance and port parameters.
6
7
8[DEFAULT]
9server = sqlserver
10username = sa
11password = YourStrong!Passw0rd
12database = tempdb
13port = 1433
14ipaddress = 10.5.0.5
15# Instance isn't working with docker even though select @@servicename returns MSSQLSERVER
16# instance = MSSQLSERVER
17
18# this shows all options need to run all tests
19[AllTestsWillRun]
20server = mydbserver
21ipaddress = 192.168.1.1
22username = foouser
23password = somepass
24database = testdb
25port = 1435
26instance = testinst
27