export namespace CONST {
  export const MONGO_URI: string = "mongodb://127.0.0.1:27017/";
}
