set up data property

This commit is contained in:
2024-11-14 13:05:18 +01:00
parent 22c0a8d916
commit ec1634699c
3 changed files with 12 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ server:
device-registry:
url: http://localhost:9010
device-data:
url: http://localhost:9020
---
##########################
### Docker environment ###
@@ -53,6 +56,9 @@ server:
device-registry:
url: http://DeviceRegistry:8080
device-data:
url: http://DeviceData:8080
---
##############################
### Production environment ###