- Issue created by @alanburke
- @asirjacques opened merge request.
Drupal's configuration system allows config overrides to happen in settings.php, and many hosting companies allow this to be overridden with Environment variables.
This isn't working in the module
Use an environment variable to override keepeek.settings:api_endpoint
Change line 98 of keepeek.module to avoid using config->getRawData
Write the code
Active
1.0
Code