🏳️Normal

Normal Security Configuration

The normal security configuration for your project involves utilizing both the secret_key from the software and a code generated from the "Manage Code" tab, accessible at the URL: https://your-size.com/code. This code serves as an additional layer of validation for software instances in your project.

In this configuration, if the secret_key or the generated code is modified and existing software instances have already been configured with the normal security setting, you will need to update the configuration accordingly.

To obtain the secret_key, you can find it in the config.php file of the Blackout software. Additionally, generate a code from the "Manage Code" tab, ensuring its uniqueness and security.

To switch to the normal security state, you only need to modify the following line in your configuration file:

define('API_SECURITY', 1);

Set the value to 1 to enable the normal security mode. Depending on your preference, you can adjust this value accordingly to achieve the desired security level.

This straightforward adjustment ensures that your project operates under the normal security configuration, providing enhanced validation for software instances while maintaining a reasonable level of security.


Done.

Regards, Vuhp 📀

Last updated