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 7fb8d73 commit 81417cbCopy full SHA for 81417cb
.gitignore
@@ -30,3 +30,4 @@ ops/*.retry
30
31
# IDE
32
.idea/
33
+.vs/
api/Properties/launchSettings.json
@@ -0,0 +1,27 @@
1
+{
2
+ "iisSettings": {
3
+ "windowsAuthentication": false,
4
+ "anonymousAuthentication": true,
5
+ "iisExpress": {
6
+ "applicationUrl": "http://localhost:5000/",
7
+ "sslPort": 0
8
+ }
9
+ },
10
+ "profiles": {
11
+ "IIS Express": {
12
+ "commandName": "IISExpress",
13
+ "launchBrowser": true,
14
+ "environmentVariables": {
15
+ "ASPNETCORE_ENVIRONMENT": "Development"
16
17
18
+ "api": {
19
+ "commandName": "Project",
20
21
22
23
24
+ "applicationUrl": "http://localhost:5000/"
25
26
27
+}
0 commit comments