File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Chapter-2-modules-separation/Src/Fitnet.AppHost Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99builder . AddProject < Fitnet > ( "fitnet" )
1010 . WithEnvironment ( "ASPNETCORE_ENVIRONMENT" , "Development" )
11- . WithEnvironment ( "Passes__ConnectionStrings__Primary " , db )
12- . WithEnvironment ( "Contracts__ConnectionStrings__Primary " , db )
13- . WithEnvironment ( "Reports__ConnectionStrings__Primary " , db )
14- . WithEnvironment ( "Offers__ConnectionStrings__Primary " , db )
11+ . WithEnvironment ( "Modules__Passes__ConnectionStrings__Primary " , db )
12+ . WithEnvironment ( "Modules__Contracts__ConnectionStrings__Primary " , db )
13+ . WithEnvironment ( "Modules__Reports__ConnectionStrings__Primary " , db )
14+ . WithEnvironment ( "Modules__Offers__ConnectionStrings__Primary " , db )
1515 . WaitFor ( postgres ) ;
1616
1717await builder . Build ( ) . RunAsync ( ) ;
You can’t perform that action at this time.
0 commit comments