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