|
@@ -1,12 +1,12 @@
|
|
|
import { MidwayConfig } from '@midwayjs/core';
|
|
|
const ip = '127.0.0.1'; //120.48.146.1
|
|
|
-const project = 'vue3js-template-test';
|
|
|
+const project = 'free-label';
|
|
|
export default {
|
|
|
// use for cookie sign key, should change to your own and keep security
|
|
|
keys: '1697684406848_4978',
|
|
|
koa: {
|
|
|
- port: 9901,
|
|
|
- globalPrefix: '/st/api',
|
|
|
+ port: 9700,
|
|
|
+ globalPrefix: '/ts/frame/api',
|
|
|
},
|
|
|
swagger: {
|
|
|
swaggerPath: '/doc/api',
|