Add help topic to inform user about available config changes via settings.php

Created on 6 May 2020, over 4 years ago
Updated 20 June 2023, over 1 year ago

Raised from here and comments below .

As stated perfectly by @jungle in the linked issue:

FYI, the config can be overridden in settings.php.

All are able to be overridden.

$config['smtp.settings']['smtp_on'] = TRUE;
$config['smtp.settings']['smtp_host'] = 'exmple.com';
$config['smtp.settings']['smtp_port'] = '465';
$config['smtp.settings']['smtp_protocol'] = 'ssl';
$config['smtp.settings']['smtp_username'] = 'dummy@example.com';
$config['smtp.settings']['smtp_password'] = 'pAssword';
It's possible that

On local, use the credentials of stmp1@example.com.
On CI, use the credentials of stmp2@example.com.
On Prod, use the credentials of stmp0@example.com.
In code, it's dummy@example.com.

So I recommended to create a task for adding this info as help text to let users know about this possibilities, since not all users are aware of it yet.

📌 Task
Status

Active

Version

1.0

Component

Documentation

Created by

🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024