Skip to content

Commit 40855c9

Browse files
committed
ACC-2100 add application.yml and enable problem details
1 parent 6ac445e commit 40855c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
spring:
2+
datasource.url: jdbc:tc:postgresql:15:///
3+
mvc.problemdetails.enabled: true
4+
server:
5+
port: ${PORT:8080}
6+
max-http-request-header-size: 10MB

0 commit comments

Comments
 (0)