huge push of backend and frontend to dos to finish wiring up and UI display
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
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