UNPKG

client-ui

Version:

Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront

19 lines (17 loc) 513 B
/* global moduleName config */ (function (ng) { 'use strict'; ng.module('appConstants', []); ng.module("appConstants").constant('rootConstants', { "server": config.coreApiUrl, "production": true, "scriptUrls": { googleRecaptchaUi: { production: "https://www.google.com/recaptcha/api.js?render=explicit&onload=recaptchaCallback" }, equifaxDeviceVerifyUi: { production: "https://mpsnare.iesnare.com/snare.js" } } }); }(angular));