Updated env vars ADR

This commit is contained in:
Alejandro Celaya 2022-01-15 17:21:36 +01:00
parent f53305c404
commit 545da96d15

View file

@ -34,6 +34,7 @@ Then Shlink reads this as the first config file, which sets the values as env va
* Good because it would not require any change in the installer.
* Bad because it requires moving all env var reading logic somewhere else, while having it together with their contextual config is quite convenient.
* Bad because it requires defining a map between the config path from the installer and the env var to set.
### Make the installer generate a config file which also reads env vars