Skip to content

Commit

Permalink
Merge pull request #3185 from dzhw/cschwartze/issue3129
Browse files Browse the repository at this point in the history
enable mongock migration of sponsors in dev (and test) config
  • Loading branch information
cschwartze committed Dec 15, 2022
2 parents aaf6682 + b2dd058 commit 24d2df6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ spring:
- ${vcap.services.elastic.credentials.sslUri}

mongock:
enabled: false

enabled: true
change-logs-scan-package:
- eu.dzhw.fdz.metadatamanagement.datapackagemanagement.repository.changelogs
- eu.dzhw.fdz.metadatamanagement.analysispackagemanagement.repository.changelogs

management:
metrics:
export:
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/config/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ spring:
- ${vcap.services.elastic.credentials.sslUri}

mongock:
enabled: false

enabled: true
change-logs-scan-package:
- eu.dzhw.fdz.metadatamanagement.datapackagemanagement.repository.changelogs
- eu.dzhw.fdz.metadatamanagement.analysispackagemanagement.repository.changelogs

management:
metrics:
export:
Expand Down

0 comments on commit 24d2df6

Please sign in to comment.