Add default ejabberd_auth_http configuration file
This commit is contained in:
parent
97de583107
commit
4ebf99a1d1
|
@ -0,0 +1,7 @@
|
||||||
|
auth_method: http
|
||||||
|
auth_opts:
|
||||||
|
host: "http://localhost:12000"
|
||||||
|
connection_pool_size: 10
|
||||||
|
connection_opts: []
|
||||||
|
basic_auth: ""
|
||||||
|
path_prefix: "/"
|
Loading…
Reference in New Issue