.env.template 374 B

12345678910111213
  1. # Admin account credentials
  2. MINIO_ACCESS_KEY=30RandomAlphaNumericCharacters
  3. MINIO_SECRET_KEY=AnotherSetOf30RandomCharacters
  4. # Directory to store data
  5. # !! This directory has to be writeable by uid/gid 1000
  6. # sudo chown 1000:1000 ...
  7. # MINIO_DATA=/srv/magnetic-backup/minio
  8. MINIO_DATA=./data
  9. # IP / Port Mapping
  10. # IP_ADDRESS=192.168.10.10:9000:9000
  11. PORT_MAPPING=9000:9090