From b19daeff3dcf377f918c6b3092397c68c4b8c80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20LEMAN=20GARIN?= Date: Thu, 15 Dec 2022 12:50:10 +0100 Subject: [PATCH] Empty default unused configuration --- .../gofast_features_init/gofast_features_init.strongarm.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/all/modules/gofast_features/gofast_features_init/gofast_features_init.strongarm.inc b/sites/all/modules/gofast_features/gofast_features_init/gofast_features_init.strongarm.inc index 19071eb7..7787f132 100644 --- a/sites/all/modules/gofast_features/gofast_features_init/gofast_features_init.strongarm.inc +++ b/sites/all/modules/gofast_features/gofast_features_init/gofast_features_init.strongarm.inc @@ -35,14 +35,14 @@ function gofast_features_init_strongarm() { $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'smtp_host'; - $strongarm->value = 'smtp.ceo-vision.com'; + $strongarm->value = ''; $export['smtp_host'] = $strongarm; $strongarm = new stdClass(); $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'smtp_password'; - $strongarm->value = 'mPj4SHrYY'; + $strongarm->value = ''; $export['smtp_password'] = $strongarm; $strongarm = new stdClass();