Commit 4a7e9cad authored by 陈立彬's avatar 陈立彬

沙箱配置

parent 2551a497
......@@ -40,6 +40,16 @@ spring:
host: 127.0.0.1
port: 6379
database: 6
minio-file:
store: minio
bucket: files
endpoint: http://minio:9000
secret-id: smartbreeze
secret-key: smartbreeze
domain-prefix: http://files.hc.wxpai.cn/
intercept-prefix: http://minio:9000/
upload-prefix: upload
download-url-prefix: http://minio:9000/
---
spring:
......@@ -61,13 +71,13 @@ spring:
minio-file:
store: minio
bucket: files
endpoint: http://minio:9000
endpoint: http://10.233.12.210:9000
secret-id: smartbreeze
secret-key: smartbreeze
domain-prefix: http://files.hc.wxpai.cn/
intercept-prefix: http://minio:9000/
intercept-prefix: http://10.233.12.210:9000/
upload-prefix: upload
download-url-prefix: http://minio:9000/
download-url-prefix: http://10.233.12.210:9000/
---
spring:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment