@brewww/authentication-service
Version:
Authenticator service for Brew projects.
13 lines • 513 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.appConfig = void 0;
const package_json_1 = require("../../package.json");
const appConfig = () => ({
version: package_json_1.version,
name: package_json_1.name,
description: package_json_1.description,
errorCodePrefix: process.env.ERROR_CODE_PREFIX || "ERR",
notificationDefaultLocale: process.env.NOTIFICATION_DEFAULT_LOCALE || "en",
});
exports.appConfig = appConfig;
//# sourceMappingURL=app.config.js.map