angular.module('crypteron.config', []) .constant('APP_CONFIG', {environment:'production',api_url:'https://api.crypteron.com/v1/',stripe_key:'pk_live_4C5IdbSDcqjcTAnuSxvPQ3lT',mixpanel_token:'eabe64b08e1a662c6d5dfb2e7b082837',base_uri:'https://crypteron.azureedge.net/dashboard/',home_uri:'https://my.crypteron.com',externalAssets:true,profile_cache_ttl:300000}) ;