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: