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.
Issue fork instagram_nodes-3423922
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
rpayanmPlease review.
Comment #5
jmauricio commentedTested and reviewed
Comment #6
kallado commented@rpayanm thanks merged and will be available on the next release
Comment #7
kallado commentedFixed in 1.0.2
Comment #8
kallado commented