Skip to content

Commit f43036a

Browse files
committed
settings to init
1 parent bbf4735 commit f43036a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/BenchmarksApps/TLS/HttpSys/appsettings.Development.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"httpSysLogs": "true",
1010
"tlsRenegotiation": "false",
1111
"certValidationConsoleEnabled": "false",
12-
//"httpSysUrlPrefix": "https://testserver:5000",
13-
"httpSysUrlPrefix": "http://localhost:5001",
14-
"httpOnly": "true"
12+
// "httpSysUrlPrefix": "https://testserver:5000",
13+
"httpOnly": "false"
1514
}

src/BenchmarksApps/TLS/Kestrel/appsettings.Development.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"mTLS": "false",
99
"tlsRenegotiation": "false",
1010
"certValidationConsoleEnabled": "false",
11-
"enableHostHeaderValidation": "true",
12-
"httpOnly": "true"
11+
"enableHostHeaderValidation": "false",
12+
"httpOnly": "false"
1313
}

0 commit comments

Comments
 (0)