From 9260a9b6ccdf33975be2615a0d13e6faa7277879 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 15 三月 2024 11:01:39 +0800
Subject: [PATCH] 试卷不返回答案,空指针修复
---
src/main/resources/application.yml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9161db7..78d600b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,8 +1,8 @@
server:
servlet:
session:
- timeout: 3600
- port: 8000
+ timeout: 7200
+ port: 8085
undertow:
io-threads: 16
worker-threads: 4000
@@ -68,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