Mercurial > Grille > Grille-Config
comparison Properties/launchSettings.json @ 0:689cde763395
init cimmit
author | Franklin Schmit <meokcin@gmail.com> |
---|---|
date | Thu, 05 Sep 2024 10:16:16 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:689cde763395 |
---|---|
1 { | |
2 "iisSettings": { | |
3 "windowsAuthentication": false, | |
4 "anonymousAuthentication": true, | |
5 "iisExpress": { | |
6 "applicationUrl": "http://localhost:19712", | |
7 "sslPort": 44395 | |
8 } | |
9 }, | |
10 "profiles": { | |
11 "Grille2.Server": { | |
12 "commandName": "Project", | |
13 "dotnetRunMessages": true, | |
14 "launchBrowser": true, | |
15 "applicationUrl": "https://localhost:5001;http://localhost:5000", | |
16 "environmentVariables": { | |
17 "ASPNETCORE_ENVIRONMENT": "Development" | |
18 } | |
19 }, | |
20 "IIS Express": { | |
21 "commandName": "IISExpress", | |
22 "launchBrowser": true, | |
23 "environmentVariables": { | |
24 "ASPNETCORE_ENVIRONMENT": "Development" | |
25 } | |
26 } | |
27 } | |
28 } |