Skip to content
variables.py 535 B
Newer Older
url = 'http://localhost:8080/ngsi-ld/v1'
temporal_api_url = 'http://localhost:8080/ngsi-ld/v1'
ngsild_test_suite_context = 'https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld'
notification_server_host = '0.0.0.0'
notification_server_port = 8085
context_source_host = '0.0.0.0'
context_source_port = 8086

# GitHub repository details
# github_owner = 'your_github_username'
# github_broker_repo = 'context_broker_repository'
# github_token = 'your_github_token'