@@ -32,16 +32,16 @@ You won't find the following inside this project (to only list a few):
3232 - The output file(s).
3333 - The inactive datasets.
3434 - The auto continue datasets.
35- - All form of decoding (or output) of any form of input: hosts, AdBlock, RPZ,
36- Wildcard, etc.
3735 - The continuous integration module.
36+ - Any form of database.
3837
3938Instead, you will find the following:
4039
4140- Web endpoints to test the availability of a domain, IP, or URL.
4241- Web endpoints to test the syntax of a domain, IP, or URL.
4342- Web endpoints to test the reputation of a domain, IP, or URL.
4443- Web endpoint to get the complement of a given subject.
44+ - Web endpoint for the decoding or conversion from and to several formats.
4545
4646___________________________________________
4747
@@ -137,8 +137,15 @@ Configuration
137137Supported Environment Variables
138138"""""""""""""""""""""""""""""""
139139
140- In addition to any PyFunceble environment variable, the following are also
141- available for you to use.
140+ In addition to:
141+
142+ - any PyFunceble environment variable
143+ - any `uvicorn-gunicorn-fastapi `_ environment variable - when using the docker image
144+
145+
146+ the following are available for you to use.
147+
148+
142149
143150If you chose to manually run this project, you are invited to use a
144151:code: `.env ` file to declare your environment variables.
@@ -164,6 +171,7 @@ If you chose to manually run this project, you are invited to use a
164171| | Default: /data under docker container, current location otherwise. |
165172+-----------------------------+---------------------------------------------------------------------------------------------------------------------+
166173
174+ .. _uvicorn-gunicorn-fastapi : https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker#advanced-usage
167175
168176PyFunceble
169177""""""""""
0 commit comments