CESNET / Nemea-Dashboard

0 stars 0 forks source link

Configuration files should not be versioned #6

Closed thorgrin closed 7 years ago

thorgrin commented 7 years ago

The configuration files should not be kept in git, because it complicated deployment and updates. I suggest that only config.json.example and config.js.example files are versioned and the config.json and config.js are added to the .gitignore. This would allow to easily apply modifications to the configuration (e.g. turn on SSL) and still be able to git pull without difficulties.

petrstehlik commented 7 years ago

Fixed and merged to master