|
@@ -19,14 +19,14 @@ module.exports = () => {
|
|
|
},
|
|
|
};
|
|
|
// // redis config
|
|
|
- config.redis = {
|
|
|
- client: {
|
|
|
- port: 6379, // Redis port
|
|
|
- host: '127.0.0.1', // Redis host
|
|
|
- password: 123456,
|
|
|
- db: 0,
|
|
|
- },
|
|
|
- };
|
|
|
+ // config.redis = {
|
|
|
+ // client: {
|
|
|
+ // port: 6379, // Redis port
|
|
|
+ // host: '127.0.0.1', // Redis host
|
|
|
+ // password: 123456,
|
|
|
+ // db: 0,
|
|
|
+ // },
|
|
|
+ // };
|
|
|
|
|
|
config.export = {
|
|
|
root_path: '/usr/local/workspace/server/service-file/upload',
|