Skip to content

Commit be40bc1

Browse files
committed
Update README.rst
1 parent 126cb02 commit be40bc1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3938
Instead, 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
137137
Supported 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

143150
If 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

168176
PyFunceble
169177
""""""""""

0 commit comments

Comments
 (0)