1
0
Fork 0
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:
ericgaspar 2022-01-30 17:18:09 +01:00
parent 0d59c7a8c2
commit 00ef019bef
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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"