Closed annemarie35 closed 9 years ago
For the moment the project is connected to a local db and the login & password are written in the code. For deployement, heroku for example, the configuration has to be different, with login and all put in a .env file.
Using https://github.com/bkeepers/dotenv ? Heroku advice to use foreman that loads the .env file... Need to read more manuals
Done
For the moment the project is connected to a local db and the login & password are written in the code. For deployement, heroku for example, the configuration has to be different, with login and all put in a .env file.