aboutsummaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2015-05-22 12:42:24 +0200
committerBadlop <badlop@process-one.net>2015-05-22 12:42:24 +0200
commit0d322d8dabd29af63fd06e7dd14ee8cd9a98e257 (patch)
treea62eec083146e659a2fd6ced47cce51691fe769c /ejabberd.yml.example
parentA few more... Fix epmd not in PATH (#484)(thanks to acediac) (diff)
Add fold markers to config file for Vim editors
Diffstat (limited to '')
-rw-r--r--ejabberd.yml.example49
1 files changed, 27 insertions, 22 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 5f577d1ad..9fc815071 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -1,5 +1,5 @@
###
-### ejabberd configuration file
+###' ejabberd configuration file
###
###
@@ -24,8 +24,8 @@
### > Art thou not Romeo,
### and a Montague?
-### =======
-### LOGGING
+###. =======
+###' LOGGING
##
## loglevel: Verbosity of log files generated by ejabberd.
@@ -73,8 +73,8 @@ log_rate_limit: 100
## - "bob@example.com"
-### ================
-### SERVED HOSTNAMES
+###. ================
+###' SERVED HOSTNAMES
##
## hosts: Domains served by ejabberd.
@@ -94,8 +94,8 @@ hosts:
##
## route_subdomains: s2s
-### ===============
-### LISTENING PORTS
+###. ===============
+###' LISTENING PORTS
##
## listen: The ports ejabberd will listen on, which service each is handled
@@ -169,6 +169,9 @@ listen:
## register: true
captcha: true
+###. ==================
+###' S2S GLOBAL OPTIONS
+
##
## s2s_use_starttls: Enable STARTTLS + Dialback for S2S connections.
## Allowed values are: false optional required required_trusted
@@ -214,8 +217,8 @@ listen:
## - ipv6
## outgoing_s2s_timeout: 10000
-### ==============
-### AUTHENTICATION
+###. ==============
+###' AUTHENTICATION
##
## auth_method: Method used to authenticate the users.
@@ -305,8 +308,8 @@ auth_method: internal
## - internal
## - anonymous
-### ==============
-### DATABASE SETUP
+###. ==============
+###' DATABASE SETUP
## ejabberd by default uses the internal Mnesia database,
## so you do not necessarily need this section.
@@ -366,8 +369,8 @@ auth_method: internal
##
## odbc_keepalive_interval: undefined
-### ===============
-### TRAFFIC SHAPERS
+###. ===============
+###' TRAFFIC SHAPERS
shaper:
##
@@ -448,8 +451,8 @@ acl:
## user:
## - "bob-local": "localhost"
-### ============
-### ACCESS RULES
+###. ============
+###' ACCESS RULES
access:
## Maximum number of simultaneous sessions allowed for a single user:
max_user_sessions:
@@ -518,8 +521,8 @@ access:
## register:
## all: deny
-### ================
-### DEFAULT LANGUAGE
+###. ================
+###' DEFAULT LANGUAGE
##
## language: Default language used for server messages.
@@ -533,8 +536,8 @@ language: "en"
## "localhost":
## language: "ru"
-### =======
-### CAPTCHA
+###. =======
+###' CAPTCHA
##
## Full path to a script that generates the image.
@@ -551,8 +554,8 @@ language: "en"
##
## captcha_limit: 5
-### =======
-### MODULES
+###. =======
+###' MODULES
##
## Modules enabled in all ejabberd virtual hosts.
@@ -668,7 +671,9 @@ modules:
allow_contrib_modules: true
+###.
+###'
### Local Variables:
### mode: yaml
### End:
-### vim: set filetype=yaml tabstop=8
+### vim: set filetype=yaml tabstop=8 foldmarker=###',###. foldmethod=marker: