- 2 minutes to read

What are the System Parameters?

The System Parameters SQL Server table stores values that control the configuration and run-time behavior of Nodinite Core Services. By design, Nodinite is a highly flexible platform, allowing you to fine-tune it to meet your operational demands—whether for performance, security, or styling.

graph LR subgraph "SQL Server Instance" roConfigDatabase(fal:fa-database Configuration database) id1[fa:fa-table System Parameter Table] ---roConfigDatabase end

The System Parameters are persisted in a SQL Server table within the Nodinite Configuration Database.

Important

You should NEVER change the values directly in the database. Always perform value modifications using the Nodinite Install and Update Tool.


Capabilities

Frequently asked questions

Find more solutions and answers in the Nodinite System Parameters FAQ and the Troubleshooting user guide.

How do I change the System Parameters?

Administrators can change run-time values using the Install and Update Tool. Detailed instructions are provided in the 'How do I change the System Parameters' user guide.

The default values are recommended for most environments, but user customization is supported for advanced scenarios.

Warning

Changing values or settings may disrupt Nodinite functionality. Always alter with care and document your changes before and after making them.


Next Step