first commit
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user