Skip to content

Commit

Permalink
Empty default unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jlemangarin authored Dec 15, 2022
1 parent 7fc650f commit b19daef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b19daef

Please sign in to comment.