diff options
Diffstat (limited to 'prh-app-server/src/main/resources')
-rw-r--r-- | prh-app-server/src/main/resources/application.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prh-app-server/src/main/resources/application.yaml b/prh-app-server/src/main/resources/application.yaml index 2d244887..8f1950d0 100644 --- a/prh-app-server/src/main/resources/application.yaml +++ b/prh-app-server/src/main/resources/application.yaml @@ -12,6 +12,9 @@ server: management.endpoints.web.exposure.include: "loggers,refresh,env,health" +prh: + workflow-scheduling-interval: 10s + --- spring: profiles: dev |