mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-17 01:20:12 +00:00
4 lines
167 B
TypeScript
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`;
|