Remove default ejabberd_auth_http.yml, README explains how to enable (#284)
This commit is contained in:
parent
2fcf924747
commit
6220d58e43
|
@ -16,6 +16,8 @@ central user database, which is shared with other services. It fits
|
||||||
perfectly when client application uses custom authentication token and
|
perfectly when client application uses custom authentication token and
|
||||||
ejabberd has to validate it externally.
|
ejabberd has to validate it externally.
|
||||||
|
|
||||||
|
This module requires ejabberd 20.02 or higher.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
### How to enable
|
### How to enable
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
auth_method: http
|
|
||||||
auth_opts:
|
|
||||||
host: "http://localhost:12000"
|
|
||||||
connection_pool_size: 10
|
|
||||||
connection_opts: []
|
|
||||||
basic_auth: ""
|
|
||||||
path_prefix: "/"
|
|
Loading…
Reference in New Issue