Skip to content

Instantly share code, notes, and snippets.

@shinkathe
Last active February 21, 2018 15:31
Show Gist options
  • Save shinkathe/9da21b00b7a7d94b1c6a4216d4e33c47 to your computer and use it in GitHub Desktop.
Save shinkathe/9da21b00b7a7d94b1c6a4216d4e33c47 to your computer and use it in GitHub Desktop.
We can run our app in different modes
"Staging": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5005",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging",
"API_USERNAME": "admin",
"API_PASSWORD": "test123",
"DB_CONNECTIONSTRING": "Data Source=SERVER;Initial Catalog=DBName;User ID=username;Password=password;"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment