Add fold markers to config file for Vim editors

This commit is contained in:
Badlop 2015-05-22 12:42:24 +02:00
parent be6ac85f31
commit 0d322d8dab
1 changed files with 27 additions and 22 deletions

View File

@ -1,5 +1,5 @@
### ###
### ejabberd configuration file ###' ejabberd configuration file
### ###
### ###
@ -24,8 +24,8 @@
### > Art thou not Romeo, ### > Art thou not Romeo,
### and a Montague? ### and a Montague?
### ======= ###. =======
### LOGGING ###' LOGGING
## ##
## loglevel: Verbosity of log files generated by ejabberd. ## loglevel: Verbosity of log files generated by ejabberd.
@ -73,8 +73,8 @@ log_rate_limit: 100
## - "bob@example.com" ## - "bob@example.com"
### ================ ###. ================
### SERVED HOSTNAMES ###' SERVED HOSTNAMES
## ##
## hosts: Domains served by ejabberd. ## hosts: Domains served by ejabberd.
@ -94,8 +94,8 @@ hosts:
## ##
## route_subdomains: s2s ## route_subdomains: s2s
### =============== ###. ===============
### LISTENING PORTS ###' LISTENING PORTS
## ##
## listen: The ports ejabberd will listen on, which service each is handled ## listen: The ports ejabberd will listen on, which service each is handled
@ -169,6 +169,9 @@ listen:
## register: true ## register: true
captcha: true captcha: true
###. ==================
###' S2S GLOBAL OPTIONS
## ##
## s2s_use_starttls: Enable STARTTLS + Dialback for S2S connections. ## s2s_use_starttls: Enable STARTTLS + Dialback for S2S connections.
## Allowed values are: false optional required required_trusted ## Allowed values are: false optional required required_trusted
@ -214,8 +217,8 @@ listen:
## - ipv6 ## - ipv6
## outgoing_s2s_timeout: 10000 ## outgoing_s2s_timeout: 10000
### ============== ###. ==============
### AUTHENTICATION ###' AUTHENTICATION
## ##
## auth_method: Method used to authenticate the users. ## auth_method: Method used to authenticate the users.
@ -305,8 +308,8 @@ auth_method: internal
## - internal ## - internal
## - anonymous ## - anonymous
### ============== ###. ==============
### DATABASE SETUP ###' DATABASE SETUP
## ejabberd by default uses the internal Mnesia database, ## ejabberd by default uses the internal Mnesia database,
## so you do not necessarily need this section. ## so you do not necessarily need this section.
@ -366,8 +369,8 @@ auth_method: internal
## ##
## odbc_keepalive_interval: undefined ## odbc_keepalive_interval: undefined
### =============== ###. ===============
### TRAFFIC SHAPERS ###' TRAFFIC SHAPERS
shaper: shaper:
## ##
@ -448,8 +451,8 @@ acl:
## user: ## user:
## - "bob-local": "localhost" ## - "bob-local": "localhost"
### ============ ###. ============
### ACCESS RULES ###' ACCESS RULES
access: access:
## Maximum number of simultaneous sessions allowed for a single user: ## Maximum number of simultaneous sessions allowed for a single user:
max_user_sessions: max_user_sessions:
@ -518,8 +521,8 @@ access:
## register: ## register:
## all: deny ## all: deny
### ================ ###. ================
### DEFAULT LANGUAGE ###' DEFAULT LANGUAGE
## ##
## language: Default language used for server messages. ## language: Default language used for server messages.
@ -533,8 +536,8 @@ language: "en"
## "localhost": ## "localhost":
## language: "ru" ## language: "ru"
### ======= ###. =======
### CAPTCHA ###' CAPTCHA
## ##
## Full path to a script that generates the image. ## Full path to a script that generates the image.
@ -551,8 +554,8 @@ language: "en"
## ##
## captcha_limit: 5 ## captcha_limit: 5
### ======= ###. =======
### MODULES ###' MODULES
## ##
## Modules enabled in all ejabberd virtual hosts. ## Modules enabled in all ejabberd virtual hosts.
@ -668,7 +671,9 @@ modules:
allow_contrib_modules: true allow_contrib_modules: true
###.
###'
### Local Variables: ### Local Variables:
### mode: yaml ### mode: yaml
### End: ### End:
### vim: set filetype=yaml tabstop=8 ### vim: set filetype=yaml tabstop=8 foldmarker=###',###. foldmethod=marker: