mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 05:54:20 +01:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
# Deployment Environment:
|
|
NODE_ENV=development
|
|
|
|
# Next Auth config:
|
|
# Generate a secret with `openssl rand -base64 32`
|
|
NEXTAUTH_SECRET=changeme
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
|
|
# Prisma
|
|
DATABASE_URL=file:./db.sqlite
|
|
|
|
# External APIs:
|
|
OPENAI_API_KEY=changeme
|