export const environment = {
  production: true,
  translationServer: '',
  translationSocket: `ws://${location.host}`,
};
