//WARNING //This file is used to load environment variables into the javascript front end //Anything loaded into the front end is visible to anyone from their browser //Do not load secret keys, passwords, or any confidential information window.stripePublishableKey = "<%= ENV['STRIPE_PUBLISHABLE_KEY'] %>"