index.js
564 Bytes
export default {
dev: {
historyMode: 'history',
shopsFeDomain: '//shop-manage.yohobuy.com/oldshops',
axiosBaseUrl: '/Api',
axiosResponseType: 'json',
homePage: 'home.overview',
storeKeys: {
user: '_user',
}
},
production: {
historyMode: 'history',
shopsFeDomain: '//shopmanage.yohobuy.com/oldshops',
axiosBaseUrl: '/Api',
axiosResponseType: 'json',
homePage: 'home.overview',
storeKeys: {
user: '_user',
}
}
};