[8c4ad8]: / src / main / resources / application.yml

Download this file

29 lines (25 with data), 512 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
server:
port: 8080
servlet:
context-path: /api
spring:
servlet:
multipart:
enabled: true
max-file-size: 50MB
max-request-size: 50MB
web:
cors:
allowed-origins: "*"
allowed-methods: GET,POST,PUT,DELETE,OPTIONS
allowed-headers: "*"
allow-credentials: true
max-age: 3600
logging:
level:
root: INFO
DNAnalyzer: DEBUG
org.springframework.web: DEBUG
analysis:
temp-dir: ${java.io.tmpdir}/dnanalyzer
max-sequence-length: 10000000