Closed (fixed)
Project:
Zefix
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Oct 2024 at 09:37 UTC
Updated:
1 Nov 2024 at 09:59 UTC
Jump to comment: Most recent
Currently no config values in the zefix.settings can be overwritten using a settings.php.
Try to overwrite any 'zefix.settings' in your settings.local.php
$config['zefix.settings']['environment'] = 'production';
$config['zefix.settings']['user'] = 'testuser';
$config['zefix.settings']['password'] = 'testpass';
Use \Drupal::configFactory()->get('zefix.settings'); instead of \Drupal::configFactory()->getEditable('zefix.settings');
* Review MR
None
None
None
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 #6
freezernick commented