httpaste/docs/guide/backend.rst
2022-04-15 03:33:33 +02:00

22 lines
No EOL
335 B
ReStructuredText

Backend
=======
The backend can be configured within the `[backend]` section of the configuration file.
SQLite
------
.. autoclass:: httpaste.backend.sqlite.Config
:members:
Filesystem
----------
.. autoclass:: httpaste.backend.file.Config
:members:
MySQL
-----
.. autoclass:: httpaste.backend.mysql.Config
:members: