set up registry property

This commit is contained in:
2024-11-14 13:07:23 +01:00
parent 3eca24c421
commit 51f04f81bd
4 changed files with 14 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ server:
key-store-type: PKCS12
key-store-password: password
device-registry:
url: http://localhost:9010
---
##########################
### Docker environment ###
@@ -47,6 +50,9 @@ server:
key-store-type: PKCS12
key-store-password: password
device-registry:
url: http://DeviceRegistry:8080
---
##############################
### Production environment ###