summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.core.container-http.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/container.core.container-http.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.core.container-http.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.core.container-http.def b/container-core/src/main/resources/configdefinitions/container.core.container-http.def
new file mode 100644
index 00000000000..23edd402893
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/container.core.container-http.def
@@ -0,0 +1,8 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+namespace=container.core
+
+## If non-empty, handlers should emit a header containing this string as key and the local host name as value
+hostResponseHeaderKey string default=""
+
+## For debugging, number of requests to add trace and timing information too if debugging is enabled.
+numQueriesToTraceOnDebugAfterConstruction int default=1000