Connection Settings is the module used to manage all connection configurations, primarily database and backend connections, for an application.

1. Open the Configuration Manager: Click on the Configuration Manager located at the top of the Kuika platform.
2. Select Configuration Settings: Select an existing configuration from the list to edit it, or create a new configuration.
3. Go to the App Settings Tab: Open the App Settings tab in the selected configuration settings to access the Connection Settings section.
The CONNECTION SETTINGS section on the App Settings screen includes the following five configuration fields:
For each field, you can select an existing configuration from the dropdown menu or create a new one.

Defines the connection string containing the parameters required for the application to access the database.
The DB ConnectionString settings modal contains two required fields:
Example Connection String
Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;
Important Notes

The REST API settings modal contains three required fields:
Authentication Type Options

Defines the address used to access the application’s backend server.
The Backend URL settings modal contains two required fields:

Specifies the directory or path where uploaded files will be stored during the file upload process to the server.
The File Upload Path Setting modal contains two required fields:

The SAP Service Base URL Setting modal contains two required fields:
By defining the configurations in the Connection Settings module, you can ensure that your application has seamless access to database and backend resources. The correct configuration of these settings is critical for your application’s performance and security.