This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
trainav/trainav.web/Properties/launchSettings.json

13 lines
254 B
JSON
Raw Permalink Normal View History

2020-06-11 20:29:16 +02:00
{
"profiles": {
2022-04-29 16:48:22 +02:00
"trainav.web": {
2020-06-11 20:29:16 +02:00
"commandName": "Project",
"launchBrowser": false,
2023-01-24 19:30:51 +01:00
"applicationUrl": "https://localhost:7005",
2020-06-11 20:29:16 +02:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}