feat(self-host): proxy support (FIR-1111) (#1212)
* feat(self-host): proxy support * fix(playwright-service-ts): return untreated text/plain
This commit is contained in:
@@ -51,6 +51,13 @@ USE_DB_AUTHENTICATION=false
|
||||
# Provide your OpenAI API key here to enable AI features
|
||||
# OPENAI_API_KEY=
|
||||
|
||||
## === Proxy ===
|
||||
# PROXY_SERVER can be a full URL (e.g. http://0.1.2.3:1234) or just an IP and port combo (e.g. 0.1.2.3:1234)
|
||||
# Do not uncomment PROXY_USERNAME and PROXY_PASSWORD if your proxy is unauthenticated
|
||||
# PROXY_SERVER=
|
||||
# PROXY_USERNAME=
|
||||
# PROXY_PASSWORD=
|
||||
|
||||
## === /search API ===
|
||||
# By default, the /search API will use Google search.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user