zs 1 년 전
부모
커밋
325a15dd81
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/config/config.local.ts
  2. 1 1
      src/config/config.prod.ts

+ 1 - 1
src/config/config.local.ts

@@ -1,7 +1,7 @@
 import { MidwayConfig } from '@midwayjs/core';
 const ip = '127.0.0.1';
 const project = 'file';
-const mongodb = 'school_friend_v1';
+const mongodb = 'file';
 export default {
   // use for cookie sign key, should change to your own and keep security
   keys: '1672292154640_488',

+ 1 - 1
src/config/config.prod.ts

@@ -1,7 +1,7 @@
 import { MidwayConfig } from '@midwayjs/core';
 const ip = '127.0.0.1';
 const project = 'file';
-const mongodb = 'school_friend_v1';
+const mongodb = 'file';
 export default {
   // use for cookie sign key, should change to your own and keep security
   keys: '1672292154640_488',