change authelia to sqlite
This commit is contained in:
@@ -92,12 +92,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
storage = {
|
storage = {
|
||||||
mysql = {
|
# mysql = {
|
||||||
host = "/run/mysqld/mysqld.sock'";
|
# host = "/run/mysqld/mysqld.sock'";
|
||||||
database = "authelia_main";
|
# port = 3306;
|
||||||
username = "authelia_main";
|
# database = "authelia_main";
|
||||||
password = "socket_auth";
|
# username = "authelia_main";
|
||||||
timeout = "5s";
|
# password = "socket_auth";
|
||||||
|
# timeout = "5s";
|
||||||
|
# };
|
||||||
|
local = {
|
||||||
|
path = "/var/lib/authelia_main/db.sqlite3";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user