We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6899df5 commit 2738f1aCopy full SHA for 2738f1a
1 file changed
docker-compose.override.yml
@@ -65,9 +65,9 @@ services:
65
66
hwproj.coursesservice.api:
67
environment:
68
- - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=CourseWorksServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;
+ - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=CourseWorksServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;TrustServerCertificate=true;
69
- ASPNETCORE_ENVIRONMENT=Production
70
- - ASPNETCORE_HTTP_PORTS=80
+ - ASPNETCORE_URLS=http://+:80
71
- EventBus:EventBusHostName=rabbitmq
72
- Services:Auth=http://hwproj.authservice.api
73
- Services:Content=http://hwproj.contentservice.api
0 commit comments