import {NgxLoggerLevel} from 'ngx-logger'; export const environment = { production: true, location: window.location.hostname, port: 8000, ws_url_root: 'ws://' + window.location.hostname + ':' + window.location.port + '/', log_level: NgxLoggerLevel.WARN, };