Merge branch 'dev' of https://github.com/Vetti-AI/Vetti-Service into dev
This commit is contained in:
@@ -117,7 +117,7 @@ spring:
|
|||||||
max-wait: -1ms
|
max-wait: -1ms
|
||||||
fs:
|
fs:
|
||||||
minio:
|
minio:
|
||||||
endpoint: http://test.hotake.cn:19000 # MinIO 服务地址
|
endpoint: https://test.hotake.cn:19000 # MinIO 服务地址
|
||||||
access-key: minioadmin # 访问密钥(替换为你的 Access Key)
|
access-key: minioadmin # 访问密钥(替换为你的 Access Key)
|
||||||
secret-key: minioadmin # 密钥(替换为你的 Secret Key)
|
secret-key: minioadmin # 密钥(替换为你的 Secret Key)
|
||||||
max-file-size: 104857600 #字节(Byte)
|
max-file-size: 104857600 #字节(Byte)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# 开发环境配置
|
# 开发环境配置
|
||||||
server:
|
server:
|
||||||
# 服务器的HTTP端口,默认为8080
|
# 服务器的HTTP端口,默认为8080
|
||||||
port: 8080
|
port: 6789
|
||||||
servlet:
|
servlet:
|
||||||
# 应用的访问路径
|
# 应用的访问路径
|
||||||
context-path: /
|
context-path: /
|
||||||
@@ -117,7 +117,7 @@ spring:
|
|||||||
max-wait: -1ms
|
max-wait: -1ms
|
||||||
fs:
|
fs:
|
||||||
minio:
|
minio:
|
||||||
endpoint: http://vetti.hotake.cn:9000 # MinIO 服务地址
|
endpoint: https://vetti.hotake.cn:9000 # MinIO 服务地址
|
||||||
access-key: minioadmin # 访问密钥(替换为你的 Access Key)
|
access-key: minioadmin # 访问密钥(替换为你的 Access Key)
|
||||||
secret-key: minioadmin # 密钥(替换为你的 Secret Key)
|
secret-key: minioadmin # 密钥(替换为你的 Secret Key)
|
||||||
max-file-size: 104857600 #字节(Byte)
|
max-file-size: 104857600 #字节(Byte)
|
||||||
|
|||||||
Reference in New Issue
Block a user