DEV Community

Discussion on: Installing Forem/Dev using Docker on Ubuntu

 
akhilnaidu profile image
Akhil Naidu

No need to modify system-oriented variables, by default in a system like Heroku the environmental variables of rails are configured as production. All you have to do is configure .env file.

Also just having a .env is not sufficient, you need to configure everything in it. Take for example the Cloudinary, Honey badger, Fastly, Pusher, Honeycomb, AWS.. All of them have to be configured.