index.js
545 Bytes
export default {
dev: {
historyMode: 'history',
shopsFeDomain: 'http://shops.yohobuy.com',
axiosBaseUrl: '/Api',
axiosResponseType: 'json',
homePage: 'home.overview',
storeKeys: {
user: '_user',
}
},
production: {
historyMode: 'history',
shopsFeDomain: 'http://shops.yohobuy.com',
axiosBaseUrl: '/Api',
axiosResponseType: 'json',
homePage: 'home.overview',
storeKeys: {
user: '_user',
}
}
};