wintercms / web-installer

Web-based installer for Winter CMS
https://wintercms.com/
MIT License
30 stars 4 forks source link

Configure new sites using environment variable file #30

Open bennothommo opened 2 years ago

bennothommo commented 2 years ago

Currently, the web installer writes configuration values to the config files. Since these are kept in source control, we should try and configure the site using the environment variable file (.env).

We had attempted this with the Winter 1.2 update to this system, but for some reason, it was failing at the config stage - perhaps because environment variables are cached in some way, so if we attempt this again, we'll need to work out a way around this.