Skip to content
Snippets Groups Projects
Commit 313885a7 authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

try to use the local endpoint when resolving

parent c2e3e1db
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ class NomadQuery(object):
__version__ = 1.0
# Nomad API endpoint
endpoint = 'https://analytics-toolkit.nomad-coe.eu/api/'
endpoint = os.environ.get('NOMAD_BASE_URI','https://analytics-toolkit.nomad-coe.eu') + '/api/'
# Private user path
user_path = '/data/private'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment