Skip to content
Snippets Groups Projects

Update settings.py

Merged jvfpw18 requested to merge development into master
+ 1
1
'''Settings used by LDE regression test'''
'''Settings used by LDE regression test'''
'''URL API to test'''
'''URL API to test'''
BASE_URL = 'https://simcaq.c3sl.ufpr.br/api/v1/'
BASE_URL = 'http://localhost:3000/api/v1/'
'''List of all base routes available to test'''
'''List of all base routes available to test'''
BASE_ROUTE_LIST = [
BASE_ROUTE_LIST = [
Loading