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

沙箱配置

parent 2551a497
...@@ -40,6 +40,16 @@ spring: ...@@ -40,6 +40,16 @@ spring:
host: 127.0.0.1 host: 127.0.0.1
port: 6379 port: 6379
database: 6 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: spring:
...@@ -61,13 +71,13 @@ spring: ...@@ -61,13 +71,13 @@ spring:
minio-file: minio-file:
store: minio store: minio
bucket: files bucket: files
endpoint: http://minio:9000 endpoint: http://10.233.12.210:9000
secret-id: smartbreeze secret-id: smartbreeze
secret-key: smartbreeze secret-key: smartbreeze
domain-prefix: http://files.hc.wxpai.cn/ domain-prefix: http://files.hc.wxpai.cn/
intercept-prefix: http://minio:9000/ intercept-prefix: http://10.233.12.210:9000/
upload-prefix: upload upload-prefix: upload
download-url-prefix: http://minio:9000/ download-url-prefix: http://10.233.12.210:9000/
--- ---
spring: 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