From 5ddb6b295109859ea4bc07ba6b75d3882fbf676b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 7 Jul 2015 00:15:00 -0400 Subject: cbc_cgi moved to internal configs. Missing newlines added. --- htc_utils/htc_utils.ini | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'htc_utils') diff --git a/htc_utils/htc_utils.ini b/htc_utils/htc_utils.ini index 30ce814..5b5c0ca 100644 --- a/htc_utils/htc_utils.ini +++ b/htc_utils/htc_utils.ini @@ -1,10 +1,3 @@ -[cbc_cgi] -local_server: true -local_port: 8888 -local_sources: /srv/conda/sources -protocol: http -url: ${cbc_cgi:protocol}://localhost:${cbc_cgi:local_port} - [package] name: htc_utils version: 1.0 @@ -41,4 +34,4 @@ linux: windows: python setup.py install - if errorlevel 1 exit 1 \ No newline at end of file + if errorlevel 1 exit 1 -- cgit