- update and cleanup in README.md - update getIdentity to throw response exception with 401 in JwtService - update http files to use identity from env - add cacheable to getIdentityFromDevice in DeviceRegistryService - add RedisCacheConfiguration - add CacheProperty - set up cache property - set up data redis cache
11 lines
210 B
YAML
11 lines
210 B
YAML
jwt:
|
|
public-key: cert/valid-public-key.pem
|
|
device-registry:
|
|
url: http://localhost:9010
|
|
device-data:
|
|
url: http://localhost:9020
|
|
device-configuration:
|
|
url: http://localhost:9030
|
|
cache:
|
|
time-to-live: 10
|