aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini
diff options
context:
space:
mode:
authorKhantwal <anamika.khantwal@accenture.com>2025-01-29 11:43:27 +0530
committerAnamika Khantwal <anamika.khantwal@accenture.com>2025-01-29 11:46:54 +0000
commit92c86bb2b390a9d74f84d53b3edeccd239f3f0f5 (patch)
tree25f54a34fcc7098a83179acc75c3fdf5e3869662 /catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini
parentbbcddaafb6667c51af97a0d19d43b91f01b4025c (diff)
Chef removal changes from catalog-fe
- Removed chef from catalog-fe module with kubernetes resources. Issue-ID: SDC-4699 Change-Id: If599ea2136bb8dd98a816a9961f25ef0a4c39e25 Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
Diffstat (limited to 'catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini')
-rw-r--r--catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini29
1 files changed, 29 insertions, 0 deletions
diff --git a/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini b/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini
new file mode 100644
index 0000000000..5ee6ea8127
--- /dev/null
+++ b/catalog-fe/sdc-frontend/artifacts/files/startdConfig/http.ini
@@ -0,0 +1,29 @@
+# ---------------------------------------
+# Module: http
+--module=http
+
+### HTTP Connector Configuration
+
+## Connector host/address to bind to
+# jetty.http.host=0.0.0.0
+
+## Connector port to listen on
+jetty.http.port=8181
+
+## Connector idle timeout in milliseconds
+jetty.http.idleTimeout=30000
+
+## Connector socket linger time in seconds (-1 to disable)
+# jetty.http.soLingerTime=-1
+
+## Number of acceptors (-1 picks default based on number of cores)
+# jetty.http.acceptors=-1
+
+## Number of selectors (-1 picks default based on number of cores)
+# jetty.http.selectors=-1
+
+## ServerSocketChannel backlog (0 picks platform default)
+# jetty.http.acceptorQueueSize=0
+
+## Thread priority delta to give to acceptor threads
+# jetty.http.acceptorPriorityDelta=0