You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
734 B
24 lines
734 B
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', |
|
} |
|
}
|
|
|