mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update .env
This commit is contained in:
parent
d646999178
commit
39a1b772ad
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
MINIO_ROOT_USER=__APP__
|
||||
MINIO_ROOT_PASSWORD=__MINIO_KEY__
|
||||
MINIO_VOLUMES="__DATADIR__/"
|
||||
MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__CONSOLE_PORT__"
|
||||
MINIO_ROOT_PASSWORD=__MINIO_KEY__
|
||||
MINIO_ACCESS_KEY="__MINIO_ACCESS_KEY__"
|
||||
MINIO_SECRET_KEY="__MINIO_SECRET_KEY__"
|
Loading…
Add table
Reference in a new issue