Browse Source

Add context path

Arkadiusz Ryś 2 years ago
parent
commit
3ca1956e78
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/main/resources/application.properties

+ 2 - 4
src/main/resources/application.properties

@@ -3,9 +3,7 @@ base_url=http://localhost:8081/
 spring.application.name=wee
 endpoint=http://localhost:3030/SystemDesignOntology2Layers
 storageURL=http://localhost:5000
-# Max file size.
 spring.servlet.multipart.max-file-size=500MB
-# Max request size.
 spring.servlet.multipart.max-request-size=500MB
-
-server.tomcat.max-http-post-size=629145600000
+server.tomcat.max-http-post-size=629145600000
+server.contextPath=/wee