Skip to content

Commit 172fe07

Browse files
committed
fix: connection strings names
1 parent 584249c commit 172fe07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Chapter-2-modules-separation/Src/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ services:
55
environment:
66
- ASPNETCORE_ENVIRONMENT=Development
77
- ASPNETCORE_URLS=http://+:80
8-
- ConnectionStrings__Passes__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
9-
- ConnectionStrings__Contracts__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
10-
- ConnectionStrings__Reports__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
11-
- ConnectionStrings__Offers__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
8+
- Passes__ConnectionStrings__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
9+
- Contracts__ConnectionStrings__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
10+
- Reports__ConnectionStrings__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
11+
- Offers__ConnectionStrings__Primary=Host=postgres;Database=fitnet;Username=postgres;Password=mysecretpassword
1212
build: .
1313
ports:
1414
- "8080:80"

0 commit comments

Comments
 (0)