1010 "launchUrl" : " http://localhost:7344/swagger" ,
1111 "applicationUrl" : " http://localhost:7344;https://localhost:7355"
1212 },
13- "Docker" : {
14- "commandName" : " Docker" ,
15- "DockerfileRunArguments" : " --name=Link-Audit --network=local-link -p 7344:8080 -p 7355:8081" ,
16- "launchUrl" : " http://localhost:7344/swagger" ,
17- "launchBrowser" : true ,
18- "environmentVariables" : {
19- "ASPNETCORE_ENVIRONMENT" : " Development" ,
20- "Link__Audit__KafkaConnection__BootstrapServers__0" : " kafka:29092/" ,
21- "Link__Audit__Logging__Serilog__WriteTo__1__Args__uri" : " http://loki:3100" ,
22- "Link__Audit__TelemetryConfig__TelemetryCollectorEndpoint" : " http://collector:55690" ,
23- "ASPNETCORE_URLS" : " http://+:8080;https://+:8081" ,
24- "ASPNETCORE_HTTP_PORTS" : " 8080" ,
25- "ASPNETCORE_HTTPS_PORTS" : " 8081" ,
26- "Kestrel__Endpoints__Http__Url" : " http://*:8080" ,
27- "Kestrel__Endpoints__Https__Url" : " http://*:8081"
28- },
29- "publishAllPorts" : true ,
30- "useSSL" : true
31- },
32- "IISExpress" : {
33- "commandName" : " IISExpress" ,
13+ "http-docker" : {
14+ "commandName" : " Project" ,
15+ "launchBrowser" : false ,
3416 "environmentVariables" : {
35- "ASPNETCORE_ENVIRONMENT" : " Development"
17+ "ASPNETCORE_ENVIRONMENT" : " Docker" ,
18+ "KafkaConnection__BootstrapServers__0" : " localhost:9094" ,
19+ "ConnectionStrings__DatabaseConnection" : " Server=tcp:localhost,1433;Initial Catalog=link-audit;Persist Security Info=False;User ID=sa;Password=${LINK_DB_PASS};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=True;Connection Timeout=30;" ,
20+ "Serilog__WriteTo__0__Args__uri" : " http://localhost:3100" ,
21+ "Telemetry__OtelCollectorEndpoint" : " http://localhost:4317" ,
22+ "ServiceRegistry__TenantService__TenantServiceURL" : " http://localhost:8074/api"
3623 },
37- "ancmHostingModel" : " OutOfProcess"
38- }
39- },
40- "iisSettings" : {
41- "windowsAuthentication" : false ,
42- "anonymousAuthentication" : true ,
43- "iisExpress" : {
44- "applicationUrl" : " http://localhost:5234" ,
45- "sslPort" : 0
24+ "dotnetRunMessages" : true ,
25+ "applicationUrl" : " http://localhost:8062"
4626 }
4727 }
4828}
0 commit comments