cscg24-photoeditor

CSCG 2024 Challenge 'PhotoEditor'
git clone https://git.sinitax.com/sinitax/cscg24-photoeditor
Log | Files | Refs | sfeed.txt

launchSettings.json (747B)


      1{
      2  "$schema": "http://json.schemastore.org/launchsettings.json",
      3  "iisSettings": {
      4    "windowsAuthentication": false,
      5    "anonymousAuthentication": true,
      6    "iisExpress": {
      7      "applicationUrl": "http://localhost:47687",
      8      "sslPort": 44337
      9    }
     10  },
     11  "profiles": {
     12    "http": {
     13      "commandName": "Project",
     14      "dotnetRunMessages": true,
     15      "launchBrowser": true,
     16      "applicationUrl": "http://localhost:5166",
     17      "environmentVariables": {
     18        "ASPNETCORE_ENVIRONMENT": "Development"
     19      }
     20    },
     21    "IIS Express": {
     22      "commandName": "IISExpress",
     23      "launchBrowser": true,
     24      "environmentVariables": {
     25        "ASPNETCORE_ENVIRONMENT": "Development"
     26      }
     27    }
     28  }
     29}