zioinfo-mail/workspace/zioinfo-esn/ESN_WEB_LGInnotek/bin/main/application.properties
DESKTOP-TKLFCPR\ython 371f77e7ab
Some checks failed
GUARDiA CI / Python Lint & Import Test (push) Has been cancelled
GUARDiA CI / Validate Install Scripts (push) Has been cancelled
GUARDiA CI / PR Validation Summary (push) Has been cancelled
fix(enhance-v4): APK QR 버그 수정 + 웹메일 라우터 수정
2026-06-02 20:23:55 +09:00

17 lines
334 B
Properties

spring.mvc.favicon.enabled=false
## server port
server.port=8543
## session type
spring.session.store-type=none
## logback
logging.config=classpath:logback-${spring.profiles.active}.xml
## multipart max file size
spring.http.multipart.max-file-size=200MB
spring.http.multipart.max-request-size=200MB
spring.thymeleaf.cache=false