# Configuration Changes for 4.1.8

The below configuration changes needs to be done for the 4.1.8 release.

**1.  Platform Service** &#x20;

In platform configuration, add the below lines of code:

```
spring:
  main:
    allow-circular-references: true
    lazy-initialization: true

```

2. **Analytics service**

Go to autopilot configuration under audit service and locate the below lines of code:

```
#audit services
auditservice.enabled=true
auditservice.name=auditservice
auditservice.url=http://oes-audit-service:8097
auditclientservice.name=auditclientservice
auditclientservice.url=http://oes-audit-client:8098
```

Now replace the lines with the ones given below:

```
#audit services
secret.auditservice.enabled=true
secret.auditservice.name=auditservice
secret.auditservice.url=http://oes-audit-service:8097
secret.auditclientservice.name=auditclientservice
secret.auditclientservice.url=http://oes-audit-client:8098
```

3. **Gate Service**&#x20;

In the gate configuration, replace **`services.user: {}`** with the code given below:

```
services.fiat.enabled: false 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.opsmx.com/opsmx-intelligent-software-delivery-isd-platform-argo/additional-resources/configuration-changes/configuration-changes-for-4.1.8.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
