mirror of
https://github.com/wallabag/docker.git
synced 2026-02-13 05:17:33 +01:00
Add env variables for two-factor auth
This commit is contained in:
@ -27,8 +27,8 @@ parameters:
|
||||
secret: {{ secret }}
|
||||
|
||||
# two factor stuff
|
||||
twofactor_auth: true
|
||||
twofactor_sender: no-reply@wallabag.org
|
||||
twofactor_auth: {{ twofactor_auth }}
|
||||
twofactor_sender: {{ twofactor_sender }}
|
||||
|
||||
# fosuser stuff
|
||||
fosuser_registration: {{ registration }}
|
||||
|
||||
Reference in New Issue
Block a user