angular .module('app.config', []) .constant('config', { API_ENDPOINT: 'https://api.shinyapps.io', API_PROXY_ENDPOINT: 'https://www.shinyapps.io/api', AUTHENTICATION_PAGE: 'https://login.shinyapps.io', LANDING_PAGE: 'https://www.shinyapps.io', STRIPE_KEY: 'pk_live_XQtGIxMAKFS9dORuPa2HVqbW', RECAPTCHA_KEY: '6Lf0mtMUAAAAAFx10nuXHqVfSGtNLf9W3E_f2919' });