aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/main/resources/bootstrap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/src/main/resources/bootstrap.yaml')
-rw-r--r--prh-app-server/src/main/resources/bootstrap.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/prh-app-server/src/main/resources/bootstrap.yaml b/prh-app-server/src/main/resources/bootstrap.yaml
new file mode 100644
index 00000000..176c6bec
--- /dev/null
+++ b/prh-app-server/src/main/resources/bootstrap.yaml
@@ -0,0 +1,23 @@
+spring:
+ application:
+ name: dcae-prh
+
+ cloud:
+ config:
+ enabled: false
+
+
+logging:
+ level:
+ org.springframework.boot.SpringApplication: warn
+ org.springframework.context.support.PostProcessorRegistrationDelegate: warn
+
+cbs:
+ hostname: cbs
+ port: 10000
+ app-name: dcae-prh
+ updates-interval: 5m
+ fetch-retries:
+ max-attempts: 10
+ first-backoff: 3s
+ max-backoff: 15s \ No newline at end of file