Scroll to the Toolset plugins panel and click Unregister Toolset from this site if it is visible, and confirm the action.
Click the blue Register Toolset button and paste the new site key you copied in Step 3, then click OK to complete the registration update.
We are using an environment that does not allow plugin download / installation through wordpress admin so
the menu plugin -> add new is not available.
If programatically we add the valid key using a PHP constant, define( 'OTGS_INSTALLER_SITE_KEY_TOOLSET', 'your-site-key' );
will this override the existing Toolset invalid key?
I tried to find the key in the database but couldn't find any on wp_options so I don't know where the key is stored
in order to override it manually.