Commit 92710f75 authored by 成旭东's avatar 成旭东

fix

parent 5c9d42f6
Pipeline #27930 failed with stage
in 1 minute 52 seconds
......@@ -18,10 +18,8 @@ export default () => {
config.jwt = {
secret: '51e69bd6-7fdb-4a76-ac83-0d32b6f09723',
exp: Math.floor(Date.now() / 1000) + config.sessionExpireIn, // 一周
enable: true, // default is false
credentialsRequired: false,
match: '*', // optional
ignore: ['/api/login'],
};
config.sequelize = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment