|
@@ -1,6 +1,6 @@
|
|
|
import { MidwayConfig } from '@midwayjs/core';
|
|
|
-const ip = '127.0.0.1'; //120.48.146.1
|
|
|
-const redisHost = '127.0.0.1';
|
|
|
+const ip = '120.48.146.1'; //120.48.146.1
|
|
|
+const redisHost = '120.48.146.1';
|
|
|
const redisPwd = '123456';
|
|
|
const redisDB = 6;
|
|
|
const projectDB = 'video';
|
|
@@ -11,7 +11,7 @@ export default {
|
|
|
keys: '1697684406848_4978',
|
|
|
loginSign,
|
|
|
koa: {
|
|
|
- port: 20001,
|
|
|
+ port: 19000,
|
|
|
globalPrefix: '/video/api',
|
|
|
},
|
|
|
swagger: {
|