diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-25 23:44:59 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-07-25 23:44:59 +0100 |
commit | 583fe748af6a84d0294ee9598d68bf643ce2c08b (patch) | |
tree | 52bd6a7fd56f0fe498040cd999d447a04ff05699 | |
parent | Update to slicer-1.5 pointer based model part (diff) | |
download | gentoobrowse-api-583fe748af6a84d0294ee9598d68bf643ce2c08b.tar.bz2 gentoobrowse-api-583fe748af6a84d0294ee9598d68bf643ce2c08b.tar.xz gentoobrowse-api-583fe748af6a84d0294ee9598d68bf643ce2c08b.zip |
Tidy sample config
-rw-r--r-- | gentoobrowse-api/etc/icebox.config | 7 |
1 files changed, 6 insertions, 1 deletions
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" |