Closed beatngu13 closed 6 years ago
ReBaZerConfig should be adapted such that multiple repositories can be defined. Therefore, we should also change how the external configuration takes place. For instance, Spring Boot also supports YAML:
ReBaZerConfig
rebazer: user: service_user pass: dont_use_this_pass_at_home team: your_company workspace: ./rebazer-workspace repos: - foo - bar - baz
ReBaZerConfig
should be adapted such that multiple repositories can be defined. Therefore, we should also change how the external configuration takes place. For instance, Spring Boot also supports YAML: