Store sensitive configs in secret

Change-Id: I7ebcf11627a3b1d4da432c69ba7f74ee29d910b6
Depends-On: Ie6a9833cdf73b076e24204d47e5898dfb24de43e
This commit is contained in:
Andrey Pavlov 2017-03-06 08:48:28 +00:00
parent 91e739fc36
commit 903af6c583
1 changed files with 6 additions and 3 deletions

View File

@ -8,9 +8,6 @@ configs:
rabbitmq:
port:
cont: 5672
password: password
erlang_cookie: erlang_cookie
user: rabbitmq
tls:
enabled: true
@ -19,6 +16,12 @@ configs:
node_startup_timeout: 180
high_watermark_ratio: 0.75
secret_configs:
rabbitmq:
password: password
erlang_cookie: erlang_cookie
user: rabbitmq
url:
rabbitmq:
debian: