frigate/web/src/__mocks__/env.js
Blake Blackshear 3e7ed982d4 fix tests
2022-05-20 09:28:26 -05:00

3 lines
82 B
JavaScript

export const ENV = 'test';
export const API_HOST = 'http://base-url.local:5000/';