Add stun app to cond_apps in mix.exs

This commit is contained in:
Paweł Chmielowski 2023-07-17 18:40:22 +02:00
parent 78f81de252
commit 2ef9fbc111
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@ defmodule Ejabberd.MixProject do
{config(:sip), :esip},
{config(:odbc), :odbc},
{config(:pgsql), :p1_pgsql},
{config(:sqlite), :sqlite3}], do:
{config(:sqlite), :sqlite3},
{config(:stun), :stun}], do:
app
end