7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
# Copy to .env and fill values
|
|
MONGO_URI=mongodb://mongo:27017/chatdb
|
|
JWT_SECRET=change_this_to_a_random_secret
|
|
PORT=4000
|
|
OPENAI_API_KEY=
|
|
OTHER_PROVIDER_KEY=
|