mirror of https://gitlab.com/litecord/litecord.git
README: add mediaproxy as optional requirement
- config.example.py: signal None as valid value for MEDIA_PROXY
This commit is contained in:
parent
4d7b8f519f
commit
ab1d07d6c3
|
|
@ -71,7 +71,11 @@ Requirements:
|
||||||
- gifsicle for GIF emoji and avatar handling
|
- gifsicle for GIF emoji and avatar handling
|
||||||
- [pipenv]
|
- [pipenv]
|
||||||
|
|
||||||
|
Optional requirement:
|
||||||
|
- [mediaproxy]
|
||||||
|
|
||||||
[pipenv]: https://github.com/pypa/pipenv
|
[pipenv]: https://github.com/pypa/pipenv
|
||||||
|
[mediaproxy]: https://gitlab.com/litecord/mediaproxy
|
||||||
|
|
||||||
### Download the code
|
### Download the code
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,7 @@ class Config:
|
||||||
|
|
||||||
#: Mediaproxy URL on the internet
|
#: Mediaproxy URL on the internet
|
||||||
# mediaproxy is made to prevent client IPs being leaked.
|
# mediaproxy is made to prevent client IPs being leaked.
|
||||||
|
# None is a valid value if you don't want to deploy mediaproxy.
|
||||||
MEDIA_PROXY = 'localhost:5002'
|
MEDIA_PROXY = 'localhost:5002'
|
||||||
|
|
||||||
#: Postgres credentials
|
#: Postgres credentials
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue