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