/**
 * Environment variables for QA should go here
 */
export const environment = {
  production: false,
  imageUrl: '/static/src/assets/images',
  cdnLink: '//cdn.trxade.com/',
  name: 'qa',
  stripePublicKey : ''
};
