Use Config instead of the deprecated Mix.Config

See https://hexdocs.pm/mix/Mix.Config.html
pull/93/head
Badlop 1 year ago
parent 4222010434
commit 8f2043ebf9

@ -1,4 +1,4 @@
use Mix.Config
import Config
# This is standard path in the context of ejabberd release
config :ejabberd,

@ -1,4 +1,4 @@
use Mix.Config
import Config
# This is standard path in the context of ejabberd release
config :ejabberd,

@ -1,4 +1,4 @@
use Mix.Config
import Config
# This is standard path in the context of ejabberd release
config :ejabberd,

Loading…
Cancel
Save