Skip to content

Commit

Permalink
SHIBUI-2541
Browse files Browse the repository at this point in the history
updating db connection url for sqlserver
  • Loading branch information
chasegawa committed Mar 31, 2023
1 parent ae903b2 commit 83fc143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/sqlServer/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring:
datasource:
platform: sqlserver
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://db:1433
url: jdbc:sqlserver://db:1433;encrypt=true;trustServerCertificate=true;
username: sa
password: Password1
jpa:
Expand Down

0 comments on commit 83fc143

Please sign in to comment.