mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Allow building ejabberd with Elixir mix and building and ejabberd OTP release
This commit is contained in:
parent
e179727a0e
commit
4ae7c81cfa
10
config/config.exs
Normal file
10
config/config.exs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
use Mix.Config
|
||||||
|
|
||||||
|
# This is standard path in the context of ejabberd release
|
||||||
|
config :ejabberd,
|
||||||
|
file: "running-config/ejabberd.yml",
|
||||||
|
log_path: 'log/ejabberd.log'
|
||||||
|
|
||||||
|
# Customize Mnesia directory:
|
||||||
|
config :mnesia,
|
||||||
|
dir: 'mnesiadb/'
|
3
mix.exs
3
mix.exs
@ -41,7 +41,8 @@ defmodule Ejabberd.Mixfile do
|
|||||||
{:ehyperloglog, git: "https://github.com/vaxelfel/eHyperLogLog"},
|
{:ehyperloglog, git: "https://github.com/vaxelfel/eHyperLogLog"},
|
||||||
{:p1_mysql, git: "https://github.com/processone/mysql"},
|
{:p1_mysql, git: "https://github.com/processone/mysql"},
|
||||||
{:p1_pgsql, git: "https://github.com/processone/pgsql"},
|
{:p1_pgsql, git: "https://github.com/processone/pgsql"},
|
||||||
{:eredis, git: "https://github.com/wooga/eredis"}
|
{:eredis, git: "https://github.com/wooga/eredis"},
|
||||||
|
{:exrm, "~> 0.19.2"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user