@hpbyte/h-codex-core
Version:
Core indexing and search functionality for h-codex
6 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dbConnectionString = void 0;
const utils_1 = require("../utils");
exports.dbConnectionString = (0, utils_1.getEnvVar)('DB_CONNECTION_STRING', 'postgresql://postgres:password@localhost:5432/h-codex');
//# sourceMappingURL=database.js.map