6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
|
import { Level } from '@nsalaun/ng-logger';
|
|
|
|
export const ApiBaseURL = "http://localhost:8080/api";
|
|
export const LogLevel = Level.LOG;
|