diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-03-03 19:31:04 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-03-03 19:31:04 +0000 |
commit | c6c11735a037ecbf6fca880c19786530f0fee7aa (patch) | |
tree | cf8b4101fe655ce666dc65de6a0c8338b3504ded | |
parent | Simple sanity checks on sign up data (diff) | |
download | gentoobrowse-api-c6c11735a037ecbf6fca880c19786530f0fee7aa.tar.bz2 gentoobrowse-api-c6c11735a037ecbf6fca880c19786530f0fee7aa.tar.xz gentoobrowse-api-c6c11735a037ecbf6fca880c19786530f0fee7aa.zip |
Revert accidental clang-format of config file
-rw-r--r-- | gentoobrowse-api/etc/icebox.config | 10 |
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" |