Skip to content
Snippets Groups Projects
Commit 40b8a7ff authored by Luke O'mahony's avatar Luke O'mahony
Browse files

upd: added configuration for aws iot communication

parent dfef5522
Branches
No related merge requests found
......@@ -15,12 +15,16 @@ spring.jackson.time-zone = UTC
app.jwtSecret = JWTSuperSecretKey
app.jwtExpirationInMs = 604800000
## AWS Properties
## aws Properties
cloud.aws.credentials.accessKey = AKIAIU4RE7WTMIORTNJA
cloud.aws.credentials.secretKey = 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
cloud.aws.credentials.instanceProfile = true
cloud.aws.credentials.useDefaultAwsCredentialsChain = true
cloud.aws.region.static = eu-west-1
# aws iot properties
ixortalk.client.aws.endpoint = a2atwjvz13hwor-ats.iot.eu-west-1.amazonaws.com
ixortalk.client.aws.client-id = ixortalk-iot-client-${random.int}
ixortalk.client.aws.default-topic = sdk/test/java
ixortalk.client.aws.certificate-file = /Users/Luke/Desktop/Repositories/glowhouse-workspace/glowhouse-backend/glowhouse/src/main/resources/aws/cert.crt
ixortalk.client.aws.private-0key-file = /Users/Luke/Desktop/Repositories/glowhouse-workspace/glowhouse-backend/glowhouse/src/main/resources/aws/private.key
ixortalk:
iot:
client:
aws:
endpoint: "a2atwjvz13hwor-ats.iot.eu-west-1.amazonaws.com"
client-id: ixortalk-iot-client-${random.int}
default-topic: sdk/test/java
certificate-file: "/Users/Luke/Desktop/Repositories/glowhouse-workspace/glowhouse-backend/glowhouse/src/main/resources/aws/cert.crt"
private-key-file: "/Users/Luke/Desktop/Repositories/glowhouse-workspace/glowhouse-backend/glowhouse/src/main/resources/aws/private.key"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment