set up configuration property
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
"name": "device-data.url",
|
||||
"type": "java.lang.String",
|
||||
"description": "Url for device data service."
|
||||
},
|
||||
{
|
||||
"name": "device-configuration.url",
|
||||
"type": "java.lang.String",
|
||||
"description": "Url for device configuration service."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -36,6 +36,9 @@ device-registry:
|
||||
device-data:
|
||||
url: http://localhost:9020
|
||||
|
||||
device-configuration:
|
||||
url: http://localhost:9030
|
||||
|
||||
---
|
||||
##########################
|
||||
### Docker environment ###
|
||||
@@ -59,6 +62,9 @@ device-registry:
|
||||
device-data:
|
||||
url: http://DeviceData:8080
|
||||
|
||||
device-configuration:
|
||||
url: http://DeviceConfiguration:8080
|
||||
|
||||
---
|
||||
##############################
|
||||
### Production environment ###
|
||||
|
||||
Reference in New Issue
Block a user