mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-04-29 08:59:55 -05:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
const authConfig = {
|
|
tdawApiUrl: 'https://tastedive.com/api/similar',
|
|
token: process.env.TDAW_API_TOKEN,
|
|
};
|
|
export default authConfig;
|