Skip to content

Commit

Permalink
make it more error prone for data safety!!!!!!!!!!!!!!!!!!!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod committed Apr 5, 2024
1 parent c5cb7e7 commit 01abba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/db/UserManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class UserManager {
endPoint: 'localhost',
port: 9000,
useSSL: false,
accessKey: process.env.MinioClientID || "default",
secretKey: process.env.MinioClientSecret || "default"
accessKey: process.env.MinioClientID,
secretKey: process.env.MinioClientSecret
});
// project bucket
this.minioClient.bucketExists('projects', (err, exists) => {
Expand Down

0 comments on commit 01abba1

Please sign in to comment.