Commit 05278b22 authored by Michał Woźniak's avatar Michał Woźniak
Browse files

Update root/etc/ansible/templates/parameters.yml.j2,...

Update root/etc/ansible/templates/parameters.yml.j2, root/var/www/wallabag/app/config/parameters.yml, root/etc/ansible/entrypoint.yml files
parent 4edc919d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
    mailer_user: "{{ lookup('env', 'SYMFONY__ENV__MAILER_USER')|default('~', true) }}"
    mailer_password: "{{ lookup('env', 'SYMFONY__ENV__MAILER_PASSWORD')|default('~', true) }}"
    mailer_port:  "{{ lookup('env', 'SYMFONY__ENV__MAILER_PORT')|default('~', true) }}"
    mailer_encryption:  "{{ lookup('env', 'SYMFONY__ENV__MAILER_ENCRYPTION')|default('~', true) }}"
    mailer_auth_mode: "{{ lookup('env', 'SYMFONY__ENV__MAILER_AUTH_MODE')|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) }}"
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ parameters:
    mailer_user:       {{ mailer_user }}
    mailer_password:   {{ mailer_password }}
    mailer_port:       {{ mailer_port }}
    mailer_encryption: {{ mailer_encryption }}
    mailer_auth_mode:  {{ mailer_auth_mode }}

    locale:            {{ locale }}

+2 −0
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ parameters:
    mailer_user:       ~
    mailer_password:   ~
    mailer_port:       ~
    mailer_encryption: ~
    mailer_auth_mode:  ~

    locale:            en