4 ms·
Cool, thanks for the explanation. I usually have the development config in the repo and the deployment script overwrites it on the server.
by mostlystatic 13y ago
Cool, thanks for the explanation. I usually have the development config in the repo and the deployment script overwrites it on the server.
- prodigal_erik 13y agoThat's better than the converse (default is prod, yikes!) but there's a risk of a prod server using the dev config, which might appear to work unless your dev environment is firewalled off. I prefer having an invalid or unusable config checked in, so the system doesn't even come up until I deploy the config I intend to use over it.