Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
tnix100 committed Sep 28, 2024
1 parent 62027e2 commit 1b3dc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MONGO_DB="meowerserver"
REDIS_URI="redis://127.0.0.1:6379/0"

# MinIO
MINIO_REGIONS=[["us-east-1","127.0.0.1:9000"]]
MINIO_REGIONS=[["local","127.0.0.1:9000"]]
MINIO_ACCESS_KEY="minioadmin"
MINIO_SECRET_KEY="minioadmin"
MINIO_SECURE=0
Expand Down

0 comments on commit 1b3dc6f

Please sign in to comment.