UNPKG

@brewww/authentication-service

Version:
13 lines 513 B
"use strict"; 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