first commit

This commit is contained in:
Frank John Begornia
2026-01-06 09:41:27 +08:00
commit c3c3e38f28
6 changed files with 855 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# MinIO Configuration
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin123
MINIO_SERVER_URL=http://localhost:9000
MINIO_BROWSER_REDIRECT_URL=http://localhost:9001
# Ports
MINIO_PORT=9000
MINIO_CONSOLE_PORT=9001