10 lines
394 B
Bash
10 lines
394 B
Bash
|
# 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
|
||
|
|