I’ve a drupal 8 customized module with some parameters declared inside companies.yml file.
parameters: custom_module.api_host: 'https:test-url.com' custom_module.api_username: 'multi' custom_module.api_password: 'testpassword' custom_module.api_client_uuid: '2f21a060-dd35-1122-88fg-98577b1abc31'
How can I go these variables to settings.php file and use it from companies.yml?
I attempted resolution from right here, nevertheless it does not work inside companies.yml file.