Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created March 10, 2017 01:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dcomartin/587fa6e2fd12611c8f476969c283e61c to your computer and use it in GitHub Desktop.
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:42547/",
"sslPort": 0
}
},
"profiles": {
"ChickenDinner.WebApi": {
"commandName": "Project",
"launchUrl": "http://localhost:5000/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
@tcrite
Copy link

tcrite commented Sep 14, 2017

Can I access the environment variables inside my angular 4 components and modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment