{
  "profiles": {
    "GigMoneyHelper.Web": {
      "commandName": "Project",
      "dotnetRunMessages": true,
      "launchBrowser": true,
      "applicationUrl": "https://localhost:5001;http://localhost:5000",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development",
        "RIVERAWS_DB_HOST": "localhost",
        "RIVERAWS_DB_PORT": "3306",
        "RIVERAWS_DB_NAME": "riveraws_gigdb",
        "RIVERAWS_DB_USER": "your_db_user",
        "RIVERAWS_DB_PASS": "your_db_password"
      }
    }
  }
}