mirror of
https://github.com/wallabag/docker.git
synced 2026-01-08 20:07:32 +01:00
makes email confirmation for user registration configurable
This commit is contained in:
committed by
Nicolas Lœuillet
parent
7a476cdab0
commit
6edcd745c4
@ -22,6 +22,7 @@
|
||||
mailer_password: "{{ lookup('env', 'SYMFONY__ENV__MAILER_PASSWORD')|default('~', true) }}"
|
||||
from_email: "{{ lookup('env', 'SYMFONY__ENV__FROM_EMAIL')|default('wallabag@example.com', true) }}"
|
||||
registration: "{{ lookup('env', 'SYMFONY__ENV__FOSUSER_REGISTRATION')|default('true', true) }}"
|
||||
registration_mail_confirmation: "{{ lookup('env', 'SYMFONY__ENV__FOSUSER_CONFIRMATION')|default('true', true) }}"
|
||||
domain_name: "{{ lookup('env', 'SYMFONY__ENV__DOMAIN_NAME')|default('https://your-wallabag-url-instance.com', true) }}"
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user