1
0

Small fixes for first test deployment

This commit is contained in:
2022-05-07 14:46:49 +02:00
parent bff953420e
commit fde403ba7d
5 changed files with 11 additions and 9 deletions

View File

@@ -15,6 +15,8 @@ spring.servlet.multipart.max-file-size=-1
spring.servlet.multipart.max-request-size=-1
logging.level.de.nbscloud=DEBUG
logging.file=nbscloud.log
logging.file.max-history=7
logging.file.max-size=50MB
# No log file declaration as we want the process supervisor to take care of capturing the std out and redirect it
# (e.g. systemd -> journald)
server.servlet.context-path=/nbscloud
server.port=9966