1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

allow specification of multiple authenticators

This commit is contained in:
Falk Werner
2020-03-18 19:14:02 +01:00
parent b37e95f724
commit 46ba61e97d
4 changed files with 83 additions and 55 deletions

View File

@@ -17,13 +17,15 @@ server:
}
authentication:
{
provider = "file"
settings:
(
{
file = "/etc/webfused/passwd"
provider = "file"
settings:
{
file = "/etc/webfused/passwd"
}
}
}
)
filesystems:
(