diff --git a/client/.env.production b/client/.env.production index 2bc6a1f..a5d4058 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1,3 +1,3 @@ VITE_SITE_CODE=cg VITE_API_BASE_URL=/api -VITE_MINIO_PUBLIC_URL=http://localhost:9000/chuanggao-images +VITE_MINIO_PUBLIC_URL=http://117.72.159.31:9000/chuanggao-images diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml index 49d910c..f72c222 100644 --- a/server/src/main/resources/application.yml +++ b/server/src/main/resources/application.yml @@ -40,8 +40,8 @@ sa-token: # MinIO minio: endpoint: http://117.72.159.31:9000 - access-key: sdjKoDWRPC12nkKQIuz9 - secret-key: BQfVWmO58E2SQS9vBRutr8zD12qxyIgKevr4XNbr + access-key: minioadmin + secret-key: minioadmin bucket: chuanggao-images public-url: http://117.72.159.31:9000/chuanggao-images