mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-18 14:00
This commit is contained in:
@@ -14,7 +14,7 @@ WEBSOCKET_ENABLED=true
|
||||
WEBSOCKET_PORT={{ vaultwarden_ws_port }}
|
||||
SMTP_HOST=localhost
|
||||
SMTP_PORT=25
|
||||
SMTP_SSL=false
|
||||
SMTP_SECURITY=off
|
||||
SMTP_FROM=vaultwarden-noreply@{{ ansible_domain }}
|
||||
{% if vaultwarden_db_engine == 'mysql' %}
|
||||
DATABASE_URL=mysql://{{ vaultwarden_db_user }}:{{ vaultwarden_db_pass | urlencode | regex_replace('/','%2F') }}@{{ vaultwarden_db_server }}:{{ vaultwarden_db_port }}/{{ vaultwarden_db_name }}
|
||||
|
Reference in New Issue
Block a user