mirror of
https://github.com/TxtDot/documentation.git
synced 2024-11-22 21:06:22 +03:00
Updated .env docs
This commit is contained in:
parent
336c420df1
commit
05a9a78472
1 changed files with 13 additions and 0 deletions
13
docs/env.md
13
docs/env.md
|
@ -24,3 +24,16 @@ Default: `false`
|
||||||
|
|
||||||
Set it to `true` only if your txtdot instance runs behind reverse proxy.
|
Set it to `true` only if your txtdot instance runs behind reverse proxy.
|
||||||
Needed for processing X-Forwarded headers.
|
Needed for processing X-Forwarded headers.
|
||||||
|
|
||||||
|
## PROXY_RES
|
||||||
|
|
||||||
|
Default: `true`
|
||||||
|
|
||||||
|
Whether to allow proxying images, video, audio
|
||||||
|
and everything else through your txtdot instance.
|
||||||
|
|
||||||
|
## SWAGGER
|
||||||
|
|
||||||
|
Default: `false`
|
||||||
|
|
||||||
|
Whether to add `/doc` route for Swagger API docs.
|
||||||
|
|
Loading…
Add table
Reference in a new issue