Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/resque.yml.example')
-rw-r--r--config/resque.yml.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/resque.yml.example b/config/resque.yml.example
index 656cd57a739..600b9c67d6f 100644
--- a/config/resque.yml.example
+++ b/config/resque.yml.example
@@ -3,6 +3,11 @@
#
development:
url: redis://localhost:6379
+ # ssl_params:
+ # ca_path: "/path/to/dir/with/certs"
+ # ca_file: "/path/to/ca.crt"
+ # cert_file: "/path/to/client.crt"
+ # key_file: "/path/to/client.key"
# sentinels:
# -
# host: localhost