tryretool / terraform-retool-modules

MIT License
23 stars 39 forks source link

Add config options to node_env variable #3

Closed gopalraman closed 2 years ago

gopalraman commented 2 years ago

@kentwalters and I recently helped Forge (fka SharesPost) debug their new ECS deployment. They kept seeing a 503 error in the browser when spinning up Retool, and when we looked at their docker logs, we saw that the config object was undefined. This happened because they set their NODE_ENV = "non-prod".

This comment should guide customers toward only using a permissible variable like development, staging, or production.