22 lines
No EOL
335 B
ReStructuredText
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: |