Allow the use of overridden values

Created on 26 February 2024, about 1 year ago
Updated 4 April 2024, about 1 year ago

I want to override the token value in my settings.php:

...
$secrets = json_decode(file_get_contents($secretsFile), TRUE);
if (isset($secrets['instagram_nodes__token'])) {
  $config['instagram_nodes.config']['token'] = $secrets['instagram_nodes__token'];
}
...

But it is not working with the actual code. I will create a patch to address this.

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States rpayanm

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024