@brewww/authentication-service
Version:
Authenticator service for Brew projects.
14 lines • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.smsConfig = void 0;
const smsConfig = () => ({
smsService: process.env.SMS_SERVICE,
mutlucell: {
username: process.env.MUTLUCELL_USERNAME,
password: process.env.MUTLUCELL_PASSWORD,
originator: process.env.MUTLUCELL_ORIGINATOR,
apiUrl: process.env.MUTLUCELL_API_URL,
},
});
exports.smsConfig = smsConfig;
//# sourceMappingURL=sms.config.js.map