Skip to content

Commit

Permalink
Merge pull request #13 from OSGP/feature/FDP-1919
Browse files Browse the repository at this point in the history
FDP-1919: Add test data profile
  • Loading branch information
jasperkamerling authored Feb 9, 2024
2 parents a844709 + 24cf4c9 commit ed6be72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 0 additions & 9 deletions application/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,5 @@ spring:

simulator:
config:
message-path: "messages/kod-alarm-message.json"
# Simulator will produce valid/invalid CBOR messages
produce-valid-cbor: true
# Uri of the target coap server
uri: coaps://localhost:55684/sng
# pre-shared key for coaps (dtls)
# pskIdentity: coap_simulator
# pskKey: coaps_secret_key
psk-identity: 867787050253370
psk-key: ABCDEFGHIJKLMNOP
psk-secret: "123456"
12 changes: 12 additions & 0 deletions application/src/main/resources/application-test-data.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

simulator:
config:
message-path: "messages/kod-alarm-message.json"
# Simulator will produce valid/invalid CBOR messages
produce-valid-cbor: true
# pre-shared key for coaps (dtls)
# pskIdentity: coap_simulator
# pskKey: coaps_secret_key
psk-identity: 867787050253370
psk-key: ABCDEFGHIJKLMNOP
psk-secret: "123456"

0 comments on commit ed6be72

Please sign in to comment.