Skip to content

Commit

Permalink
Merge pull request #20 from Informatievlaanderen/dev
Browse files Browse the repository at this point in the history
Update example config
  • Loading branch information
julianrojas87 committed Apr 25, 2023
2 parents 5e34d9d + 0f7f376 commit a20567d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
"port": 6379
},
"polling_interval": 5000,
"requestsPerMinute": 6
"requestsPerMinute": 6,
"fromTime": "2023-04-25T00:00:00",
"fromTimeStrict": "true"
},
"connectors": {
"ngsild": {
"type": "@treecg/connector-write-ngsi-ld",
"settings": {
"tokenEndpoint": "",
"clientId": "",
"clientSecret": "",
"ngsiEndpoint": "http://localhost:9090/ngsi-ld/v1/",
"timestampPath": "http://purl.org/dc/elements/1.1/date",
"versionOfPath": "http://purl.org/dc/terms/isVersionOf"
Expand Down

0 comments on commit a20567d

Please sign in to comment.