Commit 60f2e452 by yulongwu

添加minio配置参数

1 parent 8fb3247d
Showing with 5 additions and 0 deletions
...@@ -42,3 +42,8 @@ data: ...@@ -42,3 +42,8 @@ data:
allow_ports: "35000-45000" allow_ports: "35000-45000"
token: "seetatech666" token: "seetatech666"
minio_credentials:
endpoint: "{{ minio_api_host }}"
access_key_id: "{{ minio_user }}"
secret_access_key: "{{ minio_password }}"
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!