TraGicCode / tragiccode-ravendb

0 stars 1 forks source link

Move hardcoded config settings in template to config_defaults hash #6

Closed TraGicCode closed 6 years ago

TraGicCode commented 6 years ago

In order to prevent users from passing in configuration key/values pairs through the $config hash parameter that already exist hardcoded in the template we should move all these hardcoded values into the $config_defaults hash so merging happens correctly and duplicates don't happen.