# Configuration for System Audit

* Add the following code to the **oes-platform-config** secret&#x20;

```
message-broker:
  enabled: true
  username: rabbitmq
  password: Networks123
  host: rabbitmq-service
  port: 5672
  endpoint:
    name: rabbitmq

```

* Add the following code to the **oes-dashboard-config** config map

```
message-broker:
  enabled: true
  username: rabbitmq
  password: Networks123
  host: rabbitmq-service
  port: 5672
  endpoint:
    name: rabbitmq

```
