---
title: "How to configure the %onesaitplatform interpreter"
canonical: "https://onesaitplatform.refined.site/space/DOCT/2220805383/How%20to%20configure%20the%20%25onesaitplatform%20interpreter"
format: markdown
---
<span style="color: #2c3e50">This tutorial explains the configuration of the% onesaitplatform interpreters in Zeppelin from the notebook:0.8.2 version of the Notebooks module image.</span>

<span style="color: #2c3e50">From that version, changes have been introduced allowing greater control, security and accessibility to the platform interpreters. This is done through direct REST requests to the services internally in the installation network.</span>

> Macro (toc)

## <span style="color: #2c3e50">Standard settings</span>

<span style="color: #2c3e50">This is the default setting when the module is started for the first time. If a previous configuration already existed (in the module volume), the parameters must be updated manually.</span>

<span style="color: #2c3e50">The following are the values ​​of the standard configuration for all installations.</span>

![image-20250407-133644-20250407-140608.png](media://8c1aea7f-dd26-4782-a62a-11ad017c6db2)

## <span style="color: #2c3e50">Custom settings</span>

<span style="color: #2c3e50">Below is a custom configuration. With this type of configuration it is possible to make requests to other platforms or direct traffic through a secure protocol (https) outside the installation network.</span>

### <span style="color: #2c3e50">Iot-Broker</span>

onesaitplatform.server.host: <host>

onesaitplatform.server.port: <iot-broker port / 443 (https por defecto)>

onesaitplatform.server.protocol: <https>

onesaitplatform.server.avoid_SSL_certificate: <true / false>

### Api-Manager

apimanager.server.host: <host>

apimanager.server.port: <api-manager port / 443 (https por defecto)>

apimanager.server.protocol: <https>

apimanager.server.avoid_SSL_certificate: <true / false>

### Api-Management

apimanagement.server.host: <host>

apimanagement.server.port: <api-manager port / 443 (https por defecto)>

apimanagement.server.protocol: <https>

apimanagement.server.avoid_SSL_certificate: <true / false>