diff --git a/ejabberd_auth_http/conf/ejabberd_auth_http.yml b/ejabberd_auth_http/conf/ejabberd_auth_http.yml new file mode 100644 index 0000000..ed302f7 --- /dev/null +++ b/ejabberd_auth_http/conf/ejabberd_auth_http.yml @@ -0,0 +1,7 @@ +auth_method: http +auth_opts: + host: "http://localhost:12000" + connection_pool_size: 10 + connection_opts: [] + basic_auth: "" + path_prefix: "/"