UNPKG

@riao/dbal

Version:
15 lines 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DatabaseEnv = void 0; const ts_appconfig_1 = require("ts-appconfig"); /** * Loads & stores the database's configuration. * * The configuration file should be named `database-name.db.env` and * live in the database's folder, i.e. `database/main/main.db.env`. * The .env file should be .gitignore'd! */ class DatabaseEnv extends ts_appconfig_1.AppConfig { } exports.DatabaseEnv = DatabaseEnv; //# sourceMappingURL=database-env.js.map