tubearchivist-frontend/app/lib/constants.server.ts

4 lines
167 B
TypeScript
Raw Normal View History

2022-10-18 19:28:37 +00:00
export const API_KEY =
process.env.API_KEY || `1954c006f731df60bf4c9f027d6b7076d699d319`;
export const API_URL = process.env.API_URL || `https://tube.stiforr.tech`;