mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-27 13:52:50 +08:00
29 lines
669 B
JSON
29 lines
669 B
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:55368/",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName" : "IISExpress",
|
|
"launchBrowser": true,
|
|
"launchUrl": "api/values",
|
|
"environmentVariables" : {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Ocelot.ApiGateway": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "http://localhost:5000/api/values",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|