We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c39d6f commit 3a9dfdbCopy full SHA for 3a9dfdb
source/Marten.IdentityExampleApp/Properties/launchSettings.json
@@ -0,0 +1,28 @@
1
+{
2
+ "iisSettings": {
3
+ "windowsAuthentication": false,
4
+ "anonymousAuthentication": true,
5
+ "iisExpress": {
6
+ "applicationUrl": "http://localhost:6553",
7
+ "sslPort": 44350
8
+ }
9
+ },
10
+ "profiles": {
11
+ "Marten.IdentityExampleApp": {
12
+ "commandName": "Project",
13
+ "dotnetRunMessages": true,
14
+ "launchBrowser": true,
15
+ "applicationUrl": "http://localhost:5000;https://localhost:44350",
16
+ "environmentVariables": {
17
+ "ASPNETCORE_ENVIRONMENT": "Development"
18
19
20
+ "IIS Express": {
21
+ "commandName": "IISExpress",
22
23
24
25
26
27
28
+}
0 commit comments