authelia/docs/configuration/storage/sqlite.md
Clément Michaud a9f8958187
[BUGFIX] Add jekyll dependency in Gemfile. (#660)
* [BUGFIX] Add jekyll dependency in Gemfile.

* [Buildkite] Optimise documentation sync step

* [DOC] Fix merge conflict for index.md

* [DOC] Fix formatting issues
2020-02-29 16:15:03 +11:00

530 B

layout title parent grand_parent nav_order
default SQLite Storage backends Configuration 3

SQLite

If you don't have a SQL server, you can use SQLite. However please note that this setup will prevent you from running multiple instances of Authelia since the database will be a local file.

Configuration

Just give the path to the sqlite database. It will be created if the file does not exist.

storage:
    local:
        path: /var/lib/authelia/db.sqlite3