aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/resources')
-rw-r--r--pdf-as-web/src/main/resources/META-INF/spring.factories1
-rw-r--r--pdf-as-web/src/main/resources/application.yml6
2 files changed, 6 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/resources/META-INF/spring.factories b/pdf-as-web/src/main/resources/META-INF/spring.factories
deleted file mode 100644
index f89a773d..00000000
--- a/pdf-as-web/src/main/resources/META-INF/spring.factories
+++ /dev/null
@@ -1 +0,0 @@
-org.springframework.boot.EnvironmentPostProcessor=at.gv.egiz.pdfas.web.PdfAsWeb$DefaultProperties \ No newline at end of file
diff --git a/pdf-as-web/src/main/resources/application.yml b/pdf-as-web/src/main/resources/application.yml
index 0b843081..69026fcb 100644
--- a/pdf-as-web/src/main/resources/application.yml
+++ b/pdf-as-web/src/main/resources/application.yml
@@ -2,3 +2,9 @@ server:
servlet:
session:
timeout: 30m
+
+
+spring:
+ application.name: PDF-AS Web
+
+ boot.admin.client.enabled: false \ No newline at end of file