File tree 2 files changed +2
-2
lines changed
tests/Hangfire.SqlServer.Tests/Utils
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
# environment variables
21
21
environment :
22
- Hangfire_SqlServer_ConnectionStringTemplate : Server=.\SQL2017;Database={0};User Id=sa;Password=Password12!;Encrypt=False
22
+ Hangfire_SqlServer_ConnectionStringTemplate : Server=.\SQL2017;Database={0};User Id=sa;Password=Password12!;TrustServerCertificate=True
23
23
SIGNPATH_API_TOKEN :
24
24
secure : nvG+jv/K3utFvpHGx/N6Glpv0Wdj0wfBSl8c/tkHbn2AIwGcNe2e4VSOkod7xVpC
25
25
COVERITY_TOKEN :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ private const string ConnectionStringTemplateVariable
13
13
private const string MasterDatabaseName = "master" ;
14
14
private const string DefaultDatabaseName = @"Hangfire.SqlServer.Tests" ;
15
15
private const string DefaultConnectionStringTemplate
16
- = @"Server=.\;Database={0};Trusted_Connection=True;" ;
16
+ = @"Server=.\;Database={0};Trusted_Connection=True;TrustServerCertificate=True; " ;
17
17
18
18
public static string GetDatabaseName ( )
19
19
{
You can’t perform that action at this time.
0 commit comments