We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07c19e commit cb1b74eCopy full SHA for cb1b74e
app/config/secure.js
@@ -4,10 +4,12 @@ module.exports = {
4
db: {
5
database: 'lin-cms5',
6
host: 'localhost',
7
+ dialect: 'mysql',
8
port: 3306,
9
username: 'root',
10
password: '123456',
- logging: false
11
+ logging: false,
12
+ timezone: '+08:00'
13
},
14
secret:
15
'\x88W\xf09\x91\x07\x98\x89\x87\x96\xa0A\xc68\xf9\xecJJU\x17\xc5V\xbe\x8b\xef\xd7\xd8\xd3\xe6\x95*4'
app/validators/log.js
@@ -28,7 +28,7 @@ class LogFindValidator extends PaginateValidator {
28
if (!data.query) {
29
return true;
30
}
31
- const end = data.query.start;
+ const end = data.query.end;
32
if (isOptional(end)) {
33
34
0 commit comments