mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
Create a src-level environment.ts file for all environment variables
This commit is contained in:
5
src/__mocks__/environment.ts
Normal file
5
src/__mocks__/environment.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const PARKING_LOGGING_INTERVAL_MS = 10000;
|
||||
|
||||
export const PARKING_HISTORICAL_AVERAGE_MINIMUM_INTERVAL = 1000;
|
||||
|
||||
export const PARKING_HISTORICAL_AVERAGE_MAXIMUM_TIMESPAN = 60000 * 60 * 24;
|
||||
Reference in New Issue
Block a user