|
@@ -1,11 +1,11 @@
|
|
import { MidwayConfig } from '@midwayjs/core';
|
|
import { MidwayConfig } from '@midwayjs/core';
|
|
const ip = '127.0.0.1';
|
|
const ip = '127.0.0.1';
|
|
-const suffix = '_dev';
|
|
|
|
|
|
+const suffix = '';
|
|
export default {
|
|
export default {
|
|
// use for cookie sign key, should change to your own and keep security
|
|
// use for cookie sign key, should change to your own and keep security
|
|
keys: '1669597198171_1000',
|
|
keys: '1669597198171_1000',
|
|
koa: {
|
|
koa: {
|
|
- port: 12214,
|
|
|
|
|
|
+ port: 12114,
|
|
globalPrefix: '/point/chat/v1/api',
|
|
globalPrefix: '/point/chat/v1/api',
|
|
},
|
|
},
|
|
swagger: {
|
|
swagger: {
|