aboutsummaryrefslogtreecommitdiffstats
path: root/so-monitoring/so-monitoring-service/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'so-monitoring/so-monitoring-service/src/test/resources/application-test.yaml')
-rw-r--r--so-monitoring/so-monitoring-service/src/test/resources/application-test.yaml24
1 files changed, 0 insertions, 24 deletions
diff --git a/so-monitoring/so-monitoring-service/src/test/resources/application-test.yaml b/so-monitoring/so-monitoring-service/src/test/resources/application-test.yaml
deleted file mode 100644
index 8d930fe17f..0000000000
--- a/so-monitoring/so-monitoring-service/src/test/resources/application-test.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-server:
- port: 8080
- tomcat:
- max-threads: 50
-ssl-enable: false
-spring:
- datasource:
- jdbc-url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;
- driver-class-name: org.h2.Driver
-camunda:
- rest:
- api:
- url: http://localhost:8080/engine-rest/engine/
- engine: default
- auth: Basic YWRtaW46S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ==
-
-mso:
- database:
- rest:
- api:
- url: http://localhost:8083/infraActiveRequests/
- auth: Basic YnBlbDpwYXNzd29yZDEk
-
- \ No newline at end of file