52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
|
{
|
||
|
"groups": [
|
||
|
{
|
||
|
"name": "cache",
|
||
|
"type": "com.cornerstone.frontend.constants.ConfigProperties",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
}
|
||
|
],
|
||
|
"properties": [
|
||
|
{
|
||
|
"name": "cache.cache-expirations",
|
||
|
"type": "java.util.Map<java.lang.String,java.lang.Long>",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.redis-bucket",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.redis-duration",
|
||
|
"type": "java.lang.Long",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.redis-host",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.redis-port",
|
||
|
"type": "java.lang.Integer",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.redis-pword",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.redis-uname",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
},
|
||
|
{
|
||
|
"name": "cache.skey",
|
||
|
"type": "java.lang.String",
|
||
|
"sourceType": "com.cornerstone.frontend.constants.ConfigProperties"
|
||
|
}
|
||
|
],
|
||
|
"hints": []
|
||
|
}
|