Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"captcha": {
|
||||
"img-height": 80,
|
||||
"img-width": 240,
|
||||
"key-long": 4
|
||||
},
|
||||
"cors": {
|
||||
"access-credentials": "true",
|
||||
"access-expose-headers": "Content-Length,Access-Control-Allow-Origin,Access-Control-Allow-Headers,Content-Type",
|
||||
"access-headers": "Content-Type,AccessToken,X-CSRF-Token, Authorization, Token,X-Token,X-User-Id",
|
||||
"access-methods": "POST,GET",
|
||||
"access-origin": "*"
|
||||
},
|
||||
"except": {
|
||||
"method": "",
|
||||
"uri": ""
|
||||
},
|
||||
"file-max-size": 1024,
|
||||
"limit": {
|
||||
"burst": 5,
|
||||
"disable": true,
|
||||
"limit": 0
|
||||
},
|
||||
"session-timeout": 60,
|
||||
"system": {
|
||||
"addr": "127.0.0.1:18005",
|
||||
"db-type": "mysql",
|
||||
"level": "debug",
|
||||
"time-format": "2006-01-02 15:04:05",
|
||||
"tls": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user