status-page/src/consts.ts

2 lines
139 B
TypeScript
Raw Normal View History

2023-10-28 16:28:50 +00:00
export const UPDATE_INTERVAL = Number(Bun.env["UPDATE_INTERVAL"]) || 1000
export const LISTEN_PORT = Number(Bun.env["LISTEN_PORT"]) || 7000