We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2b9c8 commit 4ce3a11Copy full SHA for 4ce3a11
docker-compose.override.yml
@@ -74,7 +74,7 @@ services:
74
75
hwproj.notificationsservice.api:
76
environment:
77
- - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=NotificationsServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;
+ - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=NotificationsServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;TrustServerCertificate=true;
78
- ASPNETCORE_ENVIRONMENT=Production
79
- ASPNETCORE_HTTP_PORTS=80
80
- EventBus:EventBusHostName=rabbitmq
0 commit comments