From c6c11735a037ecbf6fca880c19786530f0fee7aa Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 3 Mar 2022 19:31:04 +0000 Subject: Revert accidental clang-format of config file --- gentoobrowse-api/etc/icebox.config | 10 ++++++---- 1 file 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" -- cgit v1.2.3