building out back and front end apis
This commit is contained in:
@@ -1 +1,10 @@
|
||||
import dotenv from 'dotenv';
|
||||
|
||||
dotenv.config({ path: '.secrets' });
|
||||
|
||||
const config = {
|
||||
port: process.env.PORT || 3001,
|
||||
openaiApiKey: process.env.OPENAI_API_KEY,
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user