mirror of
https://github.com/acgnhiki/blrec.git
synced 2025-03-24 09:50:06 +08:00
10 lines
212 B
TypeScript
10 lines
212 B
TypeScript
import { NgxLoggerLevel } from 'ngx-logger';
|
|
|
|
export const environment = {
|
|
production: true,
|
|
apiUrl: '',
|
|
webSocketUrl: '',
|
|
ngxLoggerLevel: NgxLoggerLevel.DEBUG,
|
|
traceRouterScrolling: false,
|
|
} as const;
|