From abb8ccfe9a1b5622c44998cd3bdc291603019204 Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Thu, 22 Feb 2018 11:37:21 -0500 Subject: [PATCH] Change location of geo service --- veristack/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veristack/client.py b/veristack/client.py index 7abb94a..0269fd2 100644 --- a/veristack/client.py +++ b/veristack/client.py @@ -29,7 +29,7 @@ GRANT_TYPE = 'urn:ietf:params:oauth:grant-type:jwt-bearer' -GEO_URL = 'https://geo.getfilehub.com/' +GEO_URL = 'https://geo.veristack.com/' OS = platform.system() HOSTNAME = socket.gethostname() USERNAME = getpass.getuser()