Skip to content
Snippets Groups Projects
Commit 7e0c3cd8 authored by Linke, Melvyn's avatar Linke, Melvyn
Browse files

Test Logging

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