From 2873f1cd6ea6caac062740e05994a1f0a880ffde Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 12 三月 2024 11:27:20 +0800 Subject: [PATCH] 一个用户只能是一个部门的管理员、创建随机试卷的时候人员只能选当前部门的人,试卷增加部门id --- src/main/resources/application.yml | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 675ed9e..78d600b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,8 @@ server: - port: 8000 + servlet: + session: + timeout: 7200 + port: 8085 undertow: io-threads: 16 worker-threads: 4000 @@ -65,9 +68,9 @@ active: dev aws: - endpoint: http://162.14.79.111:19000 # S3????? - accessKey: root # ??key - secretKey: 234#Wersdf! # ?? + endpoint: http://80.36.32.171:19000 # S3????? + accessKey: admin # ??key + secretKey: admin1234567 # ?? bucket: image S3: region: ap-nanjing -- Gitblit v1.8.0