diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index 00c7b11..05ef6fe 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -6,9 +6,6 @@ configs: rabbitmq: port: cont: 5672 - password: password - erlang_cookie: erlang_cookie - user: rabbitmq tls: enabled: true @@ -17,6 +14,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: