mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-29 13:46:18 +01:00
modify docker setup
This commit is contained in:
parent
d9930dd2bc
commit
08f59819cf
20 changed files with 146 additions and 25863 deletions
6
api/.env.example
Normal file
6
api/.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
OPENAI_KEY=
|
||||
PORT=3080
|
||||
NODE_ENV=development
|
||||
MONGO_URI="mongodb://127.0.0.1:27017/chatgpt-client"
|
||||
CHATGPT_TOKEN=""
|
||||
BING_TOKEN=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue