From 583fe748af6a84d0294ee9598d68bf643ce2c08b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 25 Jul 2017 23:44:59 +0100 Subject: Tidy sample config --- gentoobrowse-api/etc/icebox.config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gentoobrowse-api/etc/icebox.config b/gentoobrowse-api/etc/icebox.config index 27ead52..688eea5 100644 --- a/gentoobrowse-api/etc/icebox.config +++ b/gentoobrowse-api/etc/icebox.config @@ -1 +1,6 @@ -IceBox.Service.GentooBrowseAPI=gentoobrowse-service:createIceTrayService --GentooBrowseAPI.ThreadPool.Size=8 --GentooBrowseAPI.ThreadPool.SizeMax=50 --GentooBrowseAPI.Database.ConnectionString="user=postgres dbname=gentoo" --GentooBrowseAPI.Endpoints="tcp -p 9001" +IceBox.Service.GentooBrowseAPI=gentoobrowse-service:createIceTrayService +IceBox.InheritProperties=1 +GentooBrowseAPI.ThreadPool.Size=8 +GentooBrowseAPI.ThreadPool.SizeMax=50 +GentooBrowseAPI.Database.ConnectionString="user=postgres dbname=gentoo" +GentooBrowseAPI.Endpoints="tcp -p 9001" -- cgit v1.2.3