VocRT / backend /config.js
anuragsingh922's picture
Upload folder using huggingface_hub
d7dfeff verified
raw
history blame contribute delete
138 Bytes
require("dotenv").config({ path: "./config.env" });
const deepgram_key = process.env.DEEPGRAM_KEY;
module.exports = {
deepgram_key
};