35 lines
883 B
JSON
35 lines
883 B
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "spring.application.version",
|
|
"type": "java.lang.String",
|
|
"description": "Application version."
|
|
},
|
|
{
|
|
"name": "spring.application.build.time",
|
|
"type": "java.lang.String",
|
|
"description": "Application build time."
|
|
},
|
|
{
|
|
"name": "spring.application.build.os.name",
|
|
"type": "java.lang.String",
|
|
"description": "Application build os name."
|
|
},
|
|
{
|
|
"name": "spring.application.build.os.version",
|
|
"type": "java.lang.String",
|
|
"description": "Application build os version."
|
|
},
|
|
{
|
|
"name": "device-registry.url",
|
|
"type": "java.lang.String",
|
|
"description": "Url for device registry service."
|
|
},
|
|
{
|
|
"name": "account-registry.url",
|
|
"type": "java.lang.String",
|
|
"description": "Url for account registry service."
|
|
}
|
|
]
|
|
}
|