{
|
"groups": [
|
{
|
"name": "auth.jwt",
|
"type": "com.doumee.config.jwt.JwtProperties",
|
"sourceType": "com.doumee.config.jwt.JwtProperties"
|
},
|
{
|
"name": "data-sync",
|
"type": "com.doumee.config.DataSyncConfig",
|
"sourceType": "com.doumee.config.DataSyncConfig"
|
}
|
],
|
"properties": [
|
{
|
"name": "auth.jwt.enabled",
|
"type": "java.lang.Boolean",
|
"sourceType": "com.doumee.config.jwt.JwtProperties"
|
},
|
{
|
"name": "auth.jwt.expiration",
|
"type": "java.lang.Long",
|
"sourceType": "com.doumee.config.jwt.JwtProperties"
|
},
|
{
|
"name": "auth.jwt.header",
|
"type": "java.lang.String",
|
"sourceType": "com.doumee.config.jwt.JwtProperties"
|
},
|
{
|
"name": "auth.jwt.pwd-param-name",
|
"type": "java.lang.String",
|
"sourceType": "com.doumee.config.jwt.JwtProperties",
|
"defaultValue": "password"
|
},
|
{
|
"name": "auth.jwt.secret",
|
"type": "java.lang.String",
|
"sourceType": "com.doumee.config.jwt.JwtProperties"
|
},
|
{
|
"name": "auth.jwt.use-default-controller",
|
"type": "java.lang.Boolean",
|
"sourceType": "com.doumee.config.jwt.JwtProperties",
|
"defaultValue": false
|
},
|
{
|
"name": "auth.jwt.user-param-name",
|
"type": "java.lang.String",
|
"sourceType": "com.doumee.config.jwt.JwtProperties",
|
"defaultValue": "username"
|
},
|
{
|
"name": "data-sync.need-deal-img",
|
"type": "java.lang.Boolean",
|
"sourceType": "com.doumee.config.DataSyncConfig"
|
},
|
{
|
"name": "data-sync.org-user-data-origin",
|
"type": "java.lang.Integer",
|
"sourceType": "com.doumee.config.DataSyncConfig"
|
},
|
{
|
"name": "data-sync.visitor-data-origin",
|
"type": "java.lang.Integer",
|
"sourceType": "com.doumee.config.DataSyncConfig"
|
}
|
],
|
"hints": []
|
}
|