Skip to content
variables.py 621 B
Newer Older
def get_variables(arg=None):
    variables = {
Arnaud Van der Poorten's avatar
Arnaud Van der Poorten committed
        'url': 'localhost:9090/ngsi-ld/v1',
        'ngsild_test_suite_context': 'https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld',
        'notification_server_host': '0.0.0.0',
        'notification_server_port': 8085,
Arnaud Van der Poorten's avatar
Arnaud Van der Poorten committed
        'send_notification_server_host': 'host.docker.internal',
        'send_notification_server_port': 8085,
        'context_source_host': '0.0.0.0',
        'context_source_port': 8086