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

18 lines
418 B
JSON
Raw Normal View History

2023-02-16 12:57:06 +00:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
2023-07-06 08:57:57 +00:00
"$SdkResolverGlobalJsonPath": "",
2023-02-16 12:57:06 +00:00
"profiles": {
"Backend": {
"commandName": "Project",
"dotnetRunMessages": true,
2023-02-16 12:57:06 +00:00
"launchUrl": "swagger",
"applicationUrl": "http://localhost:7087",
2023-02-16 12:57:06 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"HOME":"~/backend"
2023-02-16 12:57:06 +00:00
}
}
}
}