Files
Docker-rspamd/overrides/worker-controller.inc
2019-12-19 08:47:17 +01:00

7 lines
104 B
PHP

bind_socket = "*:11334";
{% if env.PASSWORD_HASH %}
password = "{= env.PASSWORD_HASH =}";
{% endif %}