Skip to content
Snippets Groups Projects
Commit 9d612c42 authored by anonymous's avatar anonymous
Browse files

Unifies icap var names.

parent 9fc851f6
Branches
Tags
No related merge requests found
...@@ -10,8 +10,8 @@ log = logging.getLogger(__name__) ...@@ -10,8 +10,8 @@ log = logging.getLogger(__name__)
class ODSHICAPRequest(object): class ODSHICAPRequest(object):
def __init__(self, FILENAME, FILEBUFF, cfg_file='odsh_icap_client.cfg'): def __init__(self, FILENAME, FILEBUFF, cfg_file='odsh_icap_client.cfg'):
self.HOST = config.get("odsh.icap.host", "localhost") #'10.61.127.77' self.HOST = config.get("ckanext.odsh.icap.host", "localhost") #'10.61.127.77'
self.PORT = config.get("odsh.icap.port", 1344) self.PORT = config.get("ckanext.odsh.icap.port", 1344)
self.CLIENTIP = '127.0.0.1' self.CLIENTIP = '127.0.0.1'
self.FILENAME = FILENAME self.FILENAME = FILENAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment