Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osee.ote.master.product/etc/ote.server.config.json')
-rw-r--r--org.eclipse.osee.ote.master.product/etc/ote.server.config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.osee.ote.master.product/etc/ote.server.config.json b/org.eclipse.osee.ote.master.product/etc/ote.server.config.json
new file mode 100644
index 000000000..1272c6145
--- /dev/null
+++ b/org.eclipse.osee.ote.master.product/etc/ote.server.config.json
@@ -0,0 +1,8 @@
+{
+ "config": [
+ {
+ "service.pid": "org.eclipse.osee.http.jetty.internal.osgi.InMemoryJettyHttpService",
+ "jetty.server.context.session.inactive.interval": 3600
+ }
+ ]
+}

Back to the top