fixed issue with comma

This commit is contained in:
muppeth 2023-05-18 15:46:07 +02:00
parent ae4db5ad98
commit f787b944db
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 3 additions and 1 deletions

View File

@ -72,9 +72,11 @@ config :pleroma, Pleroma.Emails.Mailer,
{% endif %}
config :pleroma, Pleroma.Web.Plugs.RemoteIp,
enabled: {{ pleroma_remoteip }},
{% if pleroma_remoteip == 'true' %}
enabled: {{ pleroma_remoteip }},
proxies: {{ pleroma_proxies }}
{% elseif %}
enabled: {{ pleroma_remoteip }}
{% endif %}
config :pleroma, :rate_limit,