How to select Windows Authentication in config file
alex59malinin opened this issue · 1 comments
alex59malinin commented
In config file I see MS SQL Server authentication:
mssql : {
connectionString : "jdbc:sqlserver://localhost:1433"
,user : "%connections.mssql.user%"
,password : "%connections.mssql.password%"
,databaseName : "AdventureWorks"
How can I set Windows authentication?
isapir commented
It's a Java (JDBC) Connection String, so follow the standards. There's plenty of documentation about it.