mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-07-18 08:05:57 +02:00
Add: HTTP Proxy option, which can be configured using the .env file.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
SERVER_PORT=3040
|
||||
|
||||
PROXY=false
|
||||
PROXY_HOST=proxy.example.com
|
||||
PROXY_PORT=8080
|
||||
PROXY_AUTH=false
|
||||
PROXY_USERNAME=
|
||||
PROXY_PASSWORD=
|
||||
PROXY_PROTOCOL=http
|
||||
Reference in New Issue
Block a user