diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-14 21:04:48 +0200 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-10-19 17:22:49 +0200 |
| commit | 17785848eb53f8d0420f6b6b3be00a0d10be4e1e (patch) | |
| tree | b8de3cb798463e883aaabbcddcb138f9f1940dae /backend/Elements.Backend/Properties | |
| parent | 387db91e12bb679711db9b868110b2823612457e (diff) | |
Create backend project
Diffstat (limited to 'backend/Elements.Backend/Properties')
| -rw-r--r-- | backend/Elements.Backend/Properties/launchSettings.json | 41 |
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"
+ }
+ }
+ }
+}
|
