diff options
Diffstat (limited to 'solve/PhotoEditor/Properties/launchSettings.json')
| -rw-r--r-- | solve/PhotoEditor/Properties/launchSettings.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/solve/PhotoEditor/Properties/launchSettings.json b/solve/PhotoEditor/Properties/launchSettings.json new file mode 100644 index 0000000..0fc89a3 --- /dev/null +++ b/solve/PhotoEditor/Properties/launchSettings.json @@ -0,0 +1,29 @@ +{
+ "$schema": "http://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:47687",
+ "sslPort": 44337
+ }
+ },
+ "profiles": {
+ "http": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "http://localhost:5166",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}
|
