mirror of
https://github.com/wallabag/docker.git
synced 2026-01-04 09:57:35 +01:00
env variable to disable user registration
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
mailer_user: "{{ lookup('env', 'SYMFONY__ENV__MAILER_USER')|default('~', true) }}"
|
||||
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) }}"
|
||||
|
||||
tasks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user