summaryrefslogtreecommitdiff
path: root/backend/Elements.Backend/Properties/launchSettings.json
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-14 21:04:48 +0200
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-10-19 17:22:49 +0200
commit17785848eb53f8d0420f6b6b3be00a0d10be4e1e (patch)
treeb8de3cb798463e883aaabbcddcb138f9f1940dae /backend/Elements.Backend/Properties/launchSettings.json
parent387db91e12bb679711db9b868110b2823612457e (diff)
Create backend project
Diffstat (limited to 'backend/Elements.Backend/Properties/launchSettings.json')
-rw-r--r--backend/Elements.Backend/Properties/launchSettings.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/backend/Elements.Backend/Properties/launchSettings.json b/backend/Elements.Backend/Properties/launchSettings.json
new file mode 100644
index 0000000..0a48056
--- /dev/null
+++ b/backend/Elements.Backend/Properties/launchSettings.json
@@ -0,0 +1,41 @@
+{
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:32536",
+ "sslPort": 44324
+ }
+ },
+ "profiles": {
+ "http": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "applicationUrl": "http://localhost:5102",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "https": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "applicationUrl": "https://localhost:7014;http://localhost:5102",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}