Scout24 / yum-repo-server

Server to host and manage yum repositories via REST API
GNU General Public License v3.0
114 stars 19 forks source link

added possibility to override configuration.properties file #45

Closed mjhas closed 10 years ago

mjhas commented 10 years ago

with this change you can specify a system property -Dconfiguration.propertiesFile=/path/to/myconf.properties

heroldus commented 10 years ago

Fixed by a more general solution in 56e558cf743bb540a569ef07318ba1f1103ab7f6 Use can add a comma separated list of paths to property files by adding -DconfigurationFile=/path/to/first.properties,/path/to/second.properties