You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following configuration to your runtime's <strong>{tab===0 ? 'Config.toml' : 'deployment.toml'}</strong> file:
221
+
Add the following configuration to your runtime's <strong>{tab===0 ? 'Config.toml' : 'deployment.toml'}</strong> file. Change the <strong>project, integration and runtime</strong> values as needed. The runtime value must be unique for each
Import wso2/icp.runtime.bridge to your runtime's <strong>main.bal</strong> file:
233
+
</DialogContentText>
234
+
<CodeBoxWithCopycode={`import wso2/icp.runtime.bridge as _;`}/>
235
+
<Alertseverity="info"sx={{mt: 2}}>
236
+
The above configuration is for runtimes using the <strong>BI</strong> integration. If you're using the <strong>MI</strong> integration, switch to the MI tab to see the correct configuration.
Add the following configuration to your runtime's <strong>{isBI ? 'Config.toml' : 'deployment.toml'}</strong> file:
167
+
Add the following configuration to your runtime's <strong>{isBI ? 'Config.toml' : 'deployment.toml'}</strong> file. Change the <strong>runtime</strong> value; it must be unique for each registered runtime.
0 commit comments