Skip to content

Commit

Permalink
Add runtime props
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Feb 22, 2024
1 parent 546d8fd commit 24de920
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public void initialize(OpenMetadataApplicationConfig config) {

// Initialize installed applications
for (App app : repository.listAll()) {
setAppRuntimeProperties(app);
ApplicationHandler.runAppInit(app, dao, searchRepository);
}
} catch (Exception ex) {
Expand Down

0 comments on commit 24de920

Please sign in to comment.