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

Windows Authentication #15

Open
Schlickmann opened this issue May 16, 2019 · 0 comments
Open

Windows Authentication #15

Schlickmann opened this issue May 16, 2019 · 0 comments

Comments

@Schlickmann
Copy link

Hi guys,

I am not able to use this package. It seems that the trusted connection is not working.

This is my connection:

{
dialect: "mssql",
dialectModulePath: "sequelize-msnodesqlv8",
dialectOptions: {
connectionString: Server=${process.env.TEST_DB_HOSTNAME};Database=${ process.env.TEST_DB_NAME }; Trusted_Connection=yes;
}
}

it does not return any message error but does not open the connection either.

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

1 participant