From f278437df6a548148a154f049b243c04163b463a Mon Sep 17 00:00:00 2001 From: mreul Date: Thu, 15 Jan 2026 12:36:07 +0000 Subject: [PATCH] Algemene Mailcatcher toegevoegd voor hnode4 --- testserver_o2b/models/init_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testserver_o2b/models/init_test.py b/testserver_o2b/models/init_test.py index 001ff43..8bdab94 100644 --- a/testserver_o2b/models/init_test.py +++ b/testserver_o2b/models/init_test.py @@ -25,6 +25,7 @@ class IrLogging(models.Model): UPDATE ir_config_parameter set value = '%s' where key = 'database.uuid'; INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('127.0.0.1','1025','Lokale mailcatcher','login','name','t'); INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('192.168.78.199','1025','Algemene mailcatcher','login','name','t'); + INSERT INTO ir_mail_server(smtp_host,smtp_port,name,smtp_authentication,smtp_encryption,active) VALUES ('hnode6.openworx.nl','1025','Algemene mailcatcher vanaf hnode4','login','name','t'); UPDATE website SET google_analytics_key = NULL WHERE google_analytics_key IS NOT NULL; UPDATE product_template SET is_published = FALSE WHERE is_published = TRUE; """ %(db_id))