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 d9e2983 commit 3575f83Copy full SHA for 3575f83
src/jQueryDatatableServerSideNetCore/Properties/launchSettings.json
@@ -0,0 +1,27 @@
1
+{
2
+ "iisSettings": {
3
+ "windowsAuthentication": false,
4
+ "anonymousAuthentication": true,
5
+ "iisExpress": {
6
+ "applicationUrl": "http://localhost:53299",
7
+ "sslPort": 44337
8
+ }
9
+ },
10
+ "profiles": {
11
+ "IIS Express": {
12
+ "commandName": "IISExpress",
13
+ "launchBrowser": true,
14
+ "environmentVariables": {
15
+ "ASPNETCORE_ENVIRONMENT": "Development"
16
17
18
+ "jQueryDatatableServerSideNetCore": {
19
+ "commandName": "Project",
20
21
+ "applicationUrl": "https://localhost:5001;http://localhost:5000",
22
23
24
25
26
27
+}
0 commit comments