Allow the use of overridden values

Created on 26 February 2024, 4 months ago
Updated 4 April 2024, 3 months 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

πŸ‡ΊπŸ‡ΎUruguay rpayanm

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024