From 05aebb26d1e2e1fbaebe0119876aa97caea1fef5 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期五, 06 九月 2024 09:58:08 +0800 Subject: [PATCH] 更新 --- src/main/resources/config/application-prod.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config/application-prod.yml b/src/main/resources/config/application-prod.yml index b801158..9b15927 100644 --- a/src/main/resources/config/application-prod.yml +++ b/src/main/resources/config/application-prod.yml @@ -3,10 +3,10 @@ port: 8081 serverHeader: servlet: - context-path: /br + context-path: /is session: cookie: - name: br + name: is http-only: true tomcat: max-http-form-post-size: 102400000 -- Gitblit v1.9.1