SoloDB Documentation version 0.1-DEV Help

Convert production to development

Run the following query in the database to convert a production site to a development site:

UPDATE `admin_oauth2_service` SET redirectUrl = 'https://solodb-onelab.docker.localhost/oauth2/callback.html'; UPDATE mailing_mailer SET service = 1, hostname = 'host.docker.internal', username = NULL, password = NULL, `ssl` = NULL, port = 1025, isActive = 1, isDevelopment = 0; UPDATE reporting_storage_location SET connectionString = 'DefaultEndpointsProtocol=https;AccountName=stadplabdevext';
Last modified: 05 April 2025