diff options
author | TrueDoctor <d-kobert@web.de> | 2018-09-27 23:46:43 +0200 |
---|---|---|
committer | TrueDoctor <d-kobert@web.de> | 2018-09-27 23:46:43 +0200 |
commit | ad0a46175e7efbbd5bdf952aacc69d8a7750b05a (patch) | |
tree | 4dc970234a3273940c59aecdb305bbca2b2e9ab3 /DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json | |
parent | 39da0da55a09a56bae3c250e6108c8edf77bfbfd (diff) |
implemented rudemetary groups
Diffstat (limited to 'DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json')
-rw-r--r-- | DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json b/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json new file mode 100644 index 0000000..5b400e5 --- /dev/null +++ b/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:2170", + "sslPort": 44365 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "api/commands", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "DSACore": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/commands", + "applicationUrl": "https://192.168.2.58:5001;http://192.168.2.58:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}
\ No newline at end of file |