1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-02-16 15:02:21 +00:00
minio-app/env.sh

10 lines
394 B
Bash
Raw Permalink Normal View History

# Add custom minio configuration to this file. Restart the app for changes to take effect.
export CLOUDRON_MINIO_STARTUP_ARGS='server /app/data/data'
# See https://docs.min.io/minio/baremetal/reference/minio-server/minio-server.html#envvar.MINIO_ROOT_USER
# You can use pwgen -1s 64 to generate usernames and passwords
export MINIO_ROOT_USER=minioadmin
export MINIO_ROOT_PASSWORD=minioadmin