summaryrefslogtreecommitdiff
path: root/src/rabbit.app.src
diff options
context:
space:
mode:
authorKarl Nilsson <kjnilsson@gmail.com>2016-10-12 14:44:36 +0100
committerGitHub <noreply@github.com>2016-10-12 14:44:36 +0100
commitae67c3e121322f70a10359675786adb4df7baddb (patch)
tree871fffe343cf1e9c9a2eebc70f6acc38ef610de4 /src/rabbit.app.src
parent157cdaa0d0c9b7753fbfcb2dba37cd48b8101407 (diff)
parentc5991c696f7a5751af1899729ff5a15b1f58950e (diff)
downloadrabbitmq-server-git-ae67c3e121322f70a10359675786adb4df7baddb.tar.gz
Merge pull request #994 from rabbitmq/rabbitmq-server-979
Add optional password based encryption of configuration values
Diffstat (limited to 'src/rabbit.app.src')
-rw-r--r--src/rabbit.app.src6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/rabbit.app.src b/src/rabbit.app.src
index 217aad593e..883b71cb77 100644
--- a/src/rabbit.app.src
+++ b/src/rabbit.app.src
@@ -100,6 +100,12 @@
%% see rabbitmq-server#248
%% and rabbitmq-server#667
{channel_operation_timeout, 15000},
+ {decoder_config, [
+ {cipher, aes_cbc256},
+ {hash, sha512},
+ {iterations, 1000},
+ {passphrase, undefined}
+ ]},
%% rabbitmq-server-973
{lazy_queue_explicit_gc_run_operation_threshold, 250}
]}]}.