Database Backend

New in version 1.6.0 you could change the database backend to postgres.
You do that by adding this section to the configuration file (or use environment variables).
backend:
  type: postgres
  postgres:
    host: 127.0.0.1
    port: 5439
    user: postgres
    password: postgres

Please make sure when you do, to make sure you don’t open the database to the world. Keep it secure.

Turoial