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
0d59c7a8c2
commit
00ef019bef
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
MINIO_ROOT_USER=__APP__
|
||||
MINIO_VOLUMES="__DATADIR__/"
|
||||
MINIO_OPTS="-C __FINAL_PATH__/minio --address 127.0.0.1:__PORT__ --console-address :__CONSOLE_PORT__"
|
||||
MINIO_OPTS="-C __FINAL_PATH__/ --address 127.0.0.1:__PORT__ --console-address :__CONSOLE_PORT__"
|
||||
MINIO_ROOT_PASSWORD=__MINIO_KEY__
|
||||
|
||||
MINIO_ETCD_CLIENT_CERT="/etc/yunohost/certs/__DOMAIN__/crt.pem"
|
||||
MINIO_ETCD_CLIENT_CERT_KEY="/etc/yunohost/certs/__DOMAIN__/key.pem"
|
Loading…
Add table
Reference in a new issue