Innovenergy_trunk/csharp/App/Backend/Properties/launchSettings.json

18 lines
419 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"$SdkResolverGlobalJsonPath": "",
"profiles": {
"Backend": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7087",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"HOME":"~/backend"
}
}
}
}