When deploying the API through CloudFormation, it fails to start with this error message: ``` config.storage.host = process.env.STORAGE_HOST || config.storage.host; TypeError: Cannot read property 'host' of undefined ```