提交 19a45446 编写于 作者: M MaxKey

v 3.3.3 GA

增加SERVER_PROFILES,SERVER_PORT,SERVER_SESSION_TIMEOUT的环境参数
上级 e47cd310
......@@ -19,8 +19,9 @@
*(MAXKEY-220418) Metadatas功能优化
*(MAXKEY-220419) 头像保存出错BUG修复 #I4VQDD(无双的英雄peerless_hero)
*(MAXKEY-220420) 用户资料空值问题修复 #I4VNPO(无双的英雄peerless_hero)
*(MAXKEY-220421) 认证缓存的优化
*(MAXKEY-220422) 依赖项引用、更新和升级
*(MAXKEY-220421) 增加SERVER_PROFILES,SERVER_PORT,SERVER_SESSION_TIMEOUT的环境参数
*(MAXKEY-220422) 认证缓存的优化
*(MAXKEY-220423) 依赖项引用、更新和升级
spring 5.3.16
springBoot 2.6.4
springSecurity 5.6.2
......
......@@ -16,11 +16,11 @@
#spring.profiles.active=http #
############################################################################
#server port
server.port =8080
server.port =${SERVER_PORT:8080}
#session default 1800
#1800s =30m
#28800s=8h
server.servlet.session.timeout =1800
server.servlet.session.timeout =${SERVER_SESSION_TIMEOUT:1800}
#server context path
server.servlet.context-path =/maxkey
#nacos discovery
......
......@@ -16,11 +16,11 @@
#spring.profiles.active=http #
############################################################################
#server port
server.port =443
server.port =${SERVER_PORT:443}
#session default 1800
#1800s =30m
#28800s=8h
server.servlet.session.timeout =1800
server.servlet.session.timeout =${SERVER_SESSION_TIMEOUT:1800}
#server context path
server.servlet.context-path =/maxkey
#nacos discovery
......
......@@ -27,5 +27,5 @@ spring.main.banner-mode =log
############################################################################
#spring.profiles.active https/http; default https #
############################################################################
spring.profiles.active =https
spring.profiles.active =${SERVER_PROFILES:https}
......@@ -16,7 +16,7 @@
#MaxKey Server configuration #
############################################################################
#server port
server.port =9527
server.port =${SERVER_PORT:9527}
#server context path
server.servlet.context-path =/maxkey-mgt
#nacos discovery
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册