|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+{
|
|
|
2
|
+ "iisSettings": {
|
|
|
3
|
+ "windowsAuthentication": false,
|
|
|
4
|
+ "anonymousAuthentication": true,
|
|
|
5
|
+ "iisExpress": {
|
|
|
6
|
+ "applicationUrl": "http://localhost:53069/",
|
|
|
7
|
+ "sslPort": 0
|
|
|
8
|
+ }
|
|
|
9
|
+ },
|
|
|
10
|
+ "profiles": {
|
|
|
11
|
+ "IIS Express": {
|
|
|
12
|
+ "commandName": "IISExpress",
|
|
|
13
|
+ "launchBrowser": true,
|
|
|
14
|
+ "launchUrl": "api/info",
|
|
|
15
|
+ "environmentVariables": {
|
|
|
16
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
17
|
+ }
|
|
|
18
|
+ },
|
|
|
19
|
+ "MessageApi(Dev)": {
|
|
|
20
|
+ "commandName": "Project",
|
|
|
21
|
+ "launchBrowser": true,
|
|
|
22
|
+ "launchUrl": "api/info",
|
|
|
23
|
+ "environmentVariables": {
|
|
|
24
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
25
|
+ },
|
|
|
26
|
+ "applicationUrl": "http://localhost:28250/"
|
|
|
27
|
+ },
|
|
|
28
|
+ "MessageApi(DevBase)": {
|
|
|
29
|
+ "commandName": "Project",
|
|
|
30
|
+ "launchBrowser": true,
|
|
|
31
|
+ "launchUrl": "api/info",
|
|
|
32
|
+ "environmentVariables": {
|
|
|
33
|
+ "ASPNETCORE_ENVIRONMENT": "Development_Base"
|
|
|
34
|
+ },
|
|
|
35
|
+ "applicationUrl": "http://localhost:28250/"
|
|
|
36
|
+ },
|
|
|
37
|
+ "MessageApi(Prod)": {
|
|
|
38
|
+ "commandName": "Project",
|
|
|
39
|
+ "launchBrowser": true,
|
|
|
40
|
+ "launchUrl": "api/info",
|
|
|
41
|
+ "environmentVariables": {
|
|
|
42
|
+ "ASPNETCORE_ENVIRONMENT": "Production"
|
|
|
43
|
+ },
|
|
|
44
|
+ "applicationUrl": "http://localhost:28250/"
|
|
|
45
|
+ }
|
|
|
46
|
+ }
|
|
|
47
|
+}
|