Commit 836d758b by tingweiwang

Update cfg-gpuhub-server.yaml.j2 格式对齐

1 parent 60f2e452
Showing with 6 additions and 6 deletions
...@@ -41,9 +41,8 @@ data: ...@@ -41,9 +41,8 @@ data:
# "35000-45000" 指 35000 到 45000共计10001个端口 # "35000-45000" 指 35000 到 45000共计10001个端口
allow_ports: "35000-45000" allow_ports: "35000-45000"
token: "seetatech666" token: "seetatech666"
minio_credentials: minio_credentials:
endpoint: "{{ minio_api_host }}" endpoint: "{{ minio_api_host }}"
access_key_id: "{{ minio_user }}" access_key_id: "{{ minio_user }}"
secret_access_key: "{{ minio_password }}" secret_access_key: "{{ minio_password }}"
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!