File tree 1 file changed +4
-4
lines changed
Chapter-2-modules-separation/Src 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ services:
5
5
environment :
6
6
- ASPNETCORE_ENVIRONMENT=Development
7
7
- 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
12
12
build : .
13
13
ports :
14
14
- " 8080:80"
You can’t perform that action at this time.
0 commit comments