1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/docs/configuration/storage/mysql.md
Amir Zarrinkafsh 0dea0fc82e
[FEATURE] Support MySQL as a storage backend. ()
* [FEATURE] Support MySQL as a storage backend.

Fixes .

* Fix integration tests and include MySQL in docs.
2020-03-05 10:25:52 +11:00

365 B

layout title parent grand_parent nav_order
default MySQL Storage backends Configuration 3

MySQL

storage:
    mysql:
        host: 127.0.0.1
        port: 3306
        database: authelia
        username: authelia
        # This secret can also be set using the env variables AUTHELIA_STORAGE_MYSQL_PASSWORD
        password: mypassword