Remove NCMP tag from properties
[cps.git] / cps-application / src / main / resources / application.yml
index 723e2ca..7ad22e9 100644 (file)
@@ -124,6 +124,7 @@ management:
                 enabled: true\r
 \r
 logging:\r
+    format: json\r
     level:\r
         org:\r
             springframework: INFO\r
@@ -135,4 +136,8 @@ dmi:
         username: ${DMI_USERNAME}\r
         password: ${DMI_PASSWORD}\r
     api:\r
-        base-path: /dmi\r
+        base-path: dmi\r
+\r
+timers:\r
+    advised-modules-sync:\r
+        sleep-time-ms: 30000
\ No newline at end of file