Convert to development
Run the following query in the database to convert a production site to a development site:
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 container = 'itea-dev';
UPDATE cluster_platform_exchange
SET endpoint = 'https://staging.api.eureka-clusters.eu/oauth'
Last modified: 11 April 2025