File size: 151 Bytes
d988ae4
 
1
2
3
export const apiUrl = '/api';
export const socketUrl = process.env.PUBLIC_SOCKET_URL || (typeof window !== 'undefined' ? window.location.origin : '');