Skip to content

Commit 4ce3a11

Browse files
authored
Update docker-compose.override.yml
1 parent 8a2b9c8 commit 4ce3a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474

7575
hwproj.notificationsservice.api:
7676
environment:
77-
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=NotificationsServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;
77+
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=NotificationsServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;TrustServerCertificate=true;
7878
- ASPNETCORE_ENVIRONMENT=Production
7979
- ASPNETCORE_HTTP_PORTS=80
8080
- EventBus:EventBusHostName=rabbitmq

0 commit comments

Comments
 (0)