14 lines
231 B
YAML
14 lines
231 B
YAML
|
captcha_cmd: 'Elixir.ModCaptchaRust'
|
||
|
|
||
|
captcha_url: http://localhost:5288/captcha/
|
||
|
|
||
|
listen:
|
||
|
-
|
||
|
port: 5288
|
||
|
module: ejabberd_http
|
||
|
request_handlers:
|
||
|
/captcha: ejabberd_captcha
|
||
|
|
||
|
modules:
|
||
|
'Elixir.ModCaptchaRust': {}
|