set up registry property
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
"name": "jwt.public-key",
|
||||
"type": "java.lang.String",
|
||||
"description": "Jwt public key file."
|
||||
},
|
||||
{
|
||||
"name": "device-registry.url",
|
||||
"type": "java.lang.String",
|
||||
"description": "Url for device registry service."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user