mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-31 06:45:17 +01:00
feat: support config host name and proxy address
This commit is contained in:
parent
4e616cd2ed
commit
67156f4a7a
5 changed files with 13 additions and 3 deletions
|
|
@ -1,7 +1,13 @@
|
|||
OPENAI_KEY=
|
||||
HOST=
|
||||
PORT=3080
|
||||
NODE_ENV=development
|
||||
|
||||
# Change this to your MongoDB URI if different and I recommend appending chatgpt-clone
|
||||
MONGO_URI="mongodb://127.0.0.1:27017/chatgpt-clone"
|
||||
|
||||
# Change this to proxy any request.
|
||||
PROXY=
|
||||
|
||||
CHATGPT_TOKEN=""
|
||||
BING_TOKEN=""
|
||||
Loading…
Add table
Add a link
Reference in a new issue