mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Change configuration file format to YAML
This commit is contained in:
parent
f68dfacbbf
commit
91a74e3e27
59 changed files with 5061 additions and 4085 deletions
|
@ -182,7 +182,7 @@ get_opt({Key, Host}, Opts, F) ->
|
|||
get_opt({Key, Host}, Opts, F, Default) ->
|
||||
case gen_mod:get_opt(Key, Opts, F, undefined) of
|
||||
undefined ->
|
||||
ejabberd_config:get_local_option(
|
||||
ejabberd_config:get_option(
|
||||
{Key, Host}, F, Default);
|
||||
Val ->
|
||||
Val
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue