hhff/spree-ember

View on GitHub
packages/storefront/config/environment.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = function(/* environment, appConfig */) {
  return { 
    "spree": {
      apiHost: "http://localhost:3000",
      namespace: "api/ams",
      mount: "/",
      productsPath: "products",
      cartPath: "cart",
      checkoutPath: "checkout",
      ordersPath: "orders",
      taxonsPath: "t"
    }
  };
};