Skip to content
Snippets Groups Projects
Commit b2065f83 authored by pdg16's avatar pdg16
Browse files

get BASE_URL from enviroment

parent f90b5e64
No related branches found
No related tags found
No related merge requests found
Pipeline #22224 passed
import os
'''Settings used by LDE regression test'''
'''URL API to test'''
if os.environ.get('BASE_URL') is not None:
BASE_URL = os.environ.get('BASE_URL')
else:
BASE_URL = 'https://simcaq.c3sl.ufpr.br/api/v1/'
print("using BASE_URL=",BASE_URL)
'''List of all base routes available to test'''
BASE_ROUTE_LIST = [
['class'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment