Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to select Windows Authentication in config file #19

Open
alex59malinin opened this issue Nov 15, 2020 · 1 comment
Open

How to select Windows Authentication in config file #19

alex59malinin opened this issue Nov 15, 2020 · 1 comment

Comments

@alex59malinin
Copy link

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
Copy link
Owner

isapir commented Nov 15, 2020

It's a Java (JDBC) Connection String, so follow the standards. There's plenty of documentation about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants