Truffle configuration file is mentioned in several places on the web (GitHub, truffle package on npm, solidity-coverage package on npm, etc.).
Some refer to it as 'truffle.js, others refer to it as truffle-config.js.
When creating a project with truffle init, both files are created.
Which one of them should I use?
Thank you.