Skip to content

Commit 2738f1a

Browse files
committed
docker-compose
1 parent 6899df5 commit 2738f1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ services:
6565

6666
hwproj.coursesservice.api:
6767
environment:
68-
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=CourseWorksServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;
68+
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=CourseWorksServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;TrustServerCertificate=true;
6969
- ASPNETCORE_ENVIRONMENT=Production
70-
- ASPNETCORE_HTTP_PORTS=80
70+
- ASPNETCORE_URLS=http://+:80
7171
- EventBus:EventBusHostName=rabbitmq
7272
- Services:Auth=http://hwproj.authservice.api
7373
- Services:Content=http://hwproj.contentservice.api

0 commit comments

Comments
 (0)