fix final

This commit is contained in:
YOLANDO
2026-03-25 16:05:26 +07:00
parent b5b6135cc3
commit c710a9bdd5
5 changed files with 105 additions and 174 deletions

2
.env
View File

@@ -15,7 +15,7 @@ DB_NAME=default_db
# --- MINIO S3 ---
# Catatan: Pastikan port 9000 (API MinIO) bisa diakses, bukan cuma port 9001 (Console)
# Endpoint tidak perlu memakai awalan https:// atau http://
MINIO_ENDPOINT=localhost:9000
MINIO_ENDPOINT=127.0.0.1:9000
MINIO_ACCESS_KEY=admin_ando
MINIO_SECRET_KEY=PasswordSuperKuat123!
# SECURE diset ke True karena lalu lintasnya dilewatkan melalui NPM yang menggunakan HTTPS (Let's Encrypt).