From 4c19ddd36bdfb43b5ef4e8df3c9a98cd4d356d6c Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 26 May 2022 10:55:04 +0800
Subject: [PATCH] 1、资讯模糊匹配修改
---
src/main/resources/application.yml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 37c8909..32ca3a2 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
#服务器配置
server:
- port: 82
+ port: 83
undertow:
# 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
io-threads: 16
@@ -124,12 +124,12 @@
#oss默认配置
oss:
enabled: true
- name: qiniu
+ name: minio
tenant-mode: true
- endpoint: http://prt1thnw3.bkt.clouddn.com
- access-key: N_Loh1ngBqcJovwiAJqR91Ifj2vgOWHOf8AwBA_h
- secret-key: AuzuA1KHAbkIndCU0dB3Zfii2O3crHNODDmpxHRS
- bucket-name: bladex
+ endpoint: http://web.byisf.com:9000
+ access-key: adminminio
+ secret-key: adminminio
+ bucket-name: jfpt
#第三方登陆配置
social:
@@ -194,6 +194,7 @@
#接口放行
skip-url:
- /blade-test/**
+ - /blade-user/import-users
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3