ソースを参照

Changed DB to anamnesis

master
kj1352 4年前
コミット
e4c490ad06
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/db-utils.ts

+ 1
- 1
src/db-utils.ts ファイルの表示

@@ -1,7 +1,7 @@
import { MongoClient, Collection } from 'mongodb';

// You can define any db name you are looking for here
export const DB_NAME = 'jobportal';
export const DB_NAME = 'anamnesis';
const DATABASE_URL = 'mongodb://localhost:27017/' + DB_NAME;

let databaseClient: MongoClient;


読み込み中…
キャンセル
保存