Initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"groups": [
|
||||
{
|
||||
"name": "project",
|
||||
"type": "com.cwhelp.common.config.properties.ProjectProperties",
|
||||
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties"
|
||||
},
|
||||
{
|
||||
"name": "project.xxs",
|
||||
"type": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
|
||||
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties"
|
||||
}
|
||||
],
|
||||
"properties": [
|
||||
{
|
||||
"name": "project.captcha-open",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "project.xxs.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "project.xxs.excludes",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
|
||||
"defaultValue": "\/favicon.ico,\/img\/*,\/js\/*,\/css\/*,\/lib\/*"
|
||||
},
|
||||
{
|
||||
"name": "project.xxs.url-patterns",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
|
||||
"defaultValue": "\/*"
|
||||
}
|
||||
],
|
||||
"hints": []
|
||||
}
|
||||
Reference in New Issue
Block a user