initial commit
This commit is contained in:
6
packages/backend/.env
Normal file
6
packages/backend/.env
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copy this file to .env.local and fill in the real values.
|
||||
# .env.local is gitignored and will override these defaults.
|
||||
# In production / Docker, supply these as environment variables.
|
||||
|
||||
DATABASE_URL=postgres://user:password@localhost:5432/recommender
|
||||
OPENAI_API_KEY=your-openai-api-key-here
|
||||
Reference in New Issue
Block a user