mirror of
https://github.com/PawanOsman/ChatGPT.git
synced 2026-06-02 06:14:25 +02:00
4d10b10d9e
set API_KEY in .env file to enable this function Unsetting or setting API_KEY to null will keep the default of allowing anonymous access. Changes to be committed: modified: .env.example modified: src/app.ts
13 lines
316 B
Bash
13 lines
316 B
Bash
SERVER_PORT=3040
|
|
USER_AGENT="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"
|
|
NEW_SESSION_RETRIES=5
|
|
API_KEY=
|
|
CLOUDFLARED=true
|
|
|
|
PROXY=false
|
|
PROXY_HOST=proxy.example.com
|
|
PROXY_PORT=8080
|
|
PROXY_AUTH=false
|
|
PROXY_USERNAME=
|
|
PROXY_PASSWORD=
|
|
PROXY_PROTOCOL=http |