diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-29 16:07:04 +0100 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-29 16:07:04 +0100 |
| commit | b7e09de3cb8709e5456b996984b5de8161202ef6 (patch) | |
| tree | 7fc0647a9b34b42c760c1a125c90fa221a6578bf /backend/Elements.Backend/Properties/launchSettings.json | |
| parent | eb943058e89d38278393bc9da8d9df551be05a30 (diff) | |
Dockerize app for deployment and development
Diffstat (limited to 'backend/Elements.Backend/Properties/launchSettings.json')
| -rw-r--r-- | backend/Elements.Backend/Properties/launchSettings.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/Elements.Backend/Properties/launchSettings.json b/backend/Elements.Backend/Properties/launchSettings.json index 0a48056..1114d6c 100644 --- a/backend/Elements.Backend/Properties/launchSettings.json +++ b/backend/Elements.Backend/Properties/launchSettings.json @@ -12,9 +12,7 @@ "http": {
"commandName": "Project",
"dotnetRunMessages": true,
- "launchBrowser": true,
- "launchUrl": "swagger",
- "applicationUrl": "http://localhost:5102",
+ "applicationUrl": "http://0.0.0.0:5102",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
|
