summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse-api/etc/icebox.config10
1 files changed, 6 insertions, 4 deletions
diff --git a/gentoobrowse-api/etc/icebox.config b/gentoobrowse-api/etc/icebox.config
index 02170c4..688eea5 100644
--- a/gentoobrowse-api/etc/icebox.config
+++ b/gentoobrowse-api/etc/icebox.config
@@ -1,4 +1,6 @@
-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"
+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"