source: src/FinkiChattery/FinkiChattery.Identity/Properties/launchSettings.json@ 68a1d2f

dev
Last change on this file since 68a1d2f was 68a1d2f, checked in by Стојков Марко <mst@…>, 3 years ago

Changed header component

  • Property mode set to 100644
File size: 626 bytes
Line 
1{
2 "iisSettings": {
3 "windowsAuthentication": false,
4 "anonymousAuthentication": true,
5 "iisExpress": {
6 "applicationUrl": "https://localhost:44301",
7 "sslPort": 44301
8 }
9 },
10 "profiles": {
11 "FinkiChattery.Identity": {
12 "commandName": "IISExpress",
13 "environmentVariables": {
14 "ASPNETCORE_ENVIRONMENT": "Development"
15 },
16 "applicationUrl": "https://localhost:44301"
17 },
18 "SelfHost": {
19 "commandName": "IISExpress",
20 "launchUrl": "https://localhost:44301",
21 "environmentVariables": {
22 "ASPNETCORE_ENVIRONMENT": "Development"
23 }
24 }
25 }
26}
Note: See TracBrowser for help on using the repository browser.