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

4 lines
167 B
TypeScript

export const API_KEY =
process.env.API_KEY || `1954c006f731df60bf4c9f027d6b7076d699d319`;
export const API_URL = process.env.API_URL || `https://tube.stiforr.tech`;