25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

config: makes line endings consistent when followed by '-'

This commit is contained in:
Romain DEP. 2017-09-30 11:12:20 +02:00
parent 2cb0cedc6b
commit a7341957f2

View File

@ -124,7 +124,7 @@ hosts:
## by and what options to start it with. ## by and what options to start it with.
## ##
listen: listen:
- -
port: 5222 port: 5222
ip: "::" ip: "::"
module: ejabberd_c2s module: ejabberd_c2s
@ -151,11 +151,11 @@ listen:
max_stanza_size: 65536 max_stanza_size: 65536
shaper: c2s_shaper shaper: c2s_shaper
access: c2s access: c2s
- -
port: 5269 port: 5269
ip: "::" ip: "::"
module: ejabberd_s2s_in module: ejabberd_s2s_in
- -
port: 5280 port: 5280
ip: "::" ip: "::"
module: ejabberd_http module: ejabberd_http
@ -170,7 +170,7 @@ listen:
## ##
## ejabberd_service: Interact with external components (transports, ...) ## ejabberd_service: Interact with external components (transports, ...)
## ##
## - ## -
## port: 8888 ## port: 8888
## ip: "::" ## ip: "::"
## module: ejabberd_service ## module: ejabberd_service
@ -195,7 +195,7 @@ listen:
## ##
## ejabberd_stun: Handles STUN Binding requests ## ejabberd_stun: Handles STUN Binding requests
## ##
## - ## -
## port: 3478 ## port: 3478
## transport: udp ## transport: udp
## module: ejabberd_stun ## module: ejabberd_stun
@ -203,7 +203,7 @@ listen:
## ##
## To handle XML-RPC requests that provide admin credentials: ## To handle XML-RPC requests that provide admin credentials:
## ##
## - ## -
## port: 4560 ## port: 4560
## ip: "::" ## ip: "::"
## module: ejabberd_xmlrpc ## module: ejabberd_xmlrpc
@ -212,7 +212,7 @@ listen:
## ##
## To enable secure http upload ## To enable secure http upload
## ##
## - ## -
## port: 5444 ## port: 5444
## ip: "::" ## ip: "::"
## module: ejabberd_http ## module: ejabberd_http