Currently one needs to add servers as DB records in the TYPO3 backend. To allow for versioning (VCS) of server configuration and easy and reliable deployment (classic, Docker) this should be replaced with a file configuration instead.
There are various options:
- TYPO3 Extension Configuration (
ext_conf_template.typoscript)
- DI configuration
- Custom configuration files
All of these options support injection of values via environment variables either explicitly or implicitly. This should be used for server credentials.
Currently one needs to add servers as DB records in the TYPO3 backend. To allow for versioning (VCS) of server configuration and easy and reliable deployment (classic, Docker) this should be replaced with a file configuration instead.
There are various options:
ext_conf_template.typoscript)All of these options support injection of values via environment variables either explicitly or implicitly. This should be used for server credentials.