diff --git a/grailed_config.js b/grailed_config.js index f4935cc..e5269ba 100644 --- a/grailed_config.js +++ b/grailed_config.js @@ -8,10 +8,10 @@ export const HOST_MAP = { lang: 'uk-gb', urlProtocol: 'https://', wsProtocol: 'wss://', - host: 'www.eworldtrade.shop', + host: 'www.aworldtrade.shop', appContextPath: '/app-api', adminContextPath: '/admin-api', - chatUrl: 'https://chat.eworldtrade.shop', + chatUrl: 'https://chat.aworldtrade.shop', }, '192.168.0.127': { @@ -21,7 +21,7 @@ export const HOST_MAP = { host: '192.168.0.127:48080', appContextPath: '/app-api', adminContextPath: '/admin-api', - chatUrl: 'https://chat.eworldtrade.shop', + chatUrl: 'https://chat.aworldtrade.shop', }, 'localhost': { @@ -31,7 +31,7 @@ export const HOST_MAP = { host: 'localhost:48080', appContextPath: '/app-api', adminContextPath: '/admin-api', - chatUrl: 'https://chat.eworldtrade.shop', + chatUrl: 'https://chat.aworldtrade.shop', }, 'new1-www.appsflyer.wiki': {