Commit 6b4879d8 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Fixed 'variables.py' file

parent 801368c6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
url = 'http://localhost:9090/ngsi-ld/v1'
temporal_api_url = 'http://localhost:9090/ngsi-ld/v1'
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
@@ -12,8 +12,8 @@ context_server_port = 8087
core_context = 'https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld'

#DistOps variables
remote_url = 'https://scorpio.ngsild.sferainnovazione.com/ngsi-ld/v1'
context_source_endpoint  = 'https://scorpio.ngsild.sferainnovazione.com'
remote_url = 'http://localhost:8081/ngsi-ld/v1'
context_source_endpoint  = 'http://localhost:8081'

# GitHub repository details
# github_owner = 'your_github_username'