Skip to content

Conversation

gabriel-v
Copy link

@gabriel-v gabriel-v commented Oct 13, 2023

closes #2086

);
```

And add keys to this file for each value expected to change (dbhost, dbport, passwords, etc).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
And add keys to this file for each value expected to change (dbhost, dbport, passwords, etc).
And add keys to this file for each value expected to change (`dbhost`, `dbport`, `passwords`, etc).


If one of these values needs to change, for example `MYSQL_HOST`, one must either manually edit the `config.php` file, or create a new custom configuration file (for example, `config/dbhostoverride.config.php`) with content:

```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```
```php


And add keys to this file for each value expected to change (dbhost, dbport, passwords, etc).


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs feature: auto config (environment variables) Auto configuring via environment variables
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker image does not follow changes to MYSQL_HOST variable
3 participants