export default { direct: { baseURL: 'http://172.16.1.63:8000', baseWS: 'ws://172.16.1.63:8000', headers: { 'Content-Type': 'application/json;charset=UTF-8', 'Authorization': 'token 4e63b8854974c1fdac9deb891fd74dc145b53f85' }, timeout: 60000, withCredentials: true, responseType: 'json', }, nginx:{ baseURL: 'http://172.16.1.222', baseWS: 'ws://172.16.1.63:8000', headers: { 'Content-Type': 'application/json;charset=UTF-8', 'Authorization': 'token 4e63b8854974c1fdac9deb891fd74dc145b53f85' }, timeout: 60000, withCredentials: true, responseType: 'json', } }