mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
# Summary As per a recent customer issue, our guidance on `MINIO_DOMAIN` and path/virtual bucket lookups needs some attention. There are two main areas to address: 1. We need to guide users to avoid namespace collision within the `MINIO_DOMAIN` , as this causes bucket lookup issues with certain MinIO services/features 2. We need to generally improve docs on setting `MINIO_DOMAIN` correctly There is also a side objective from Engineering to ensure we have a simple admonition to direct users to test wherever possible changes to config settings before applying to production. --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
42 lines
1.5 KiB
ReStructuredText
42 lines
1.5 KiB
ReStructuredText
.. _minio-environment-variables:
|
|
.. _minio-server-environment-variables:
|
|
.. _minio-server-configuration-settings:
|
|
|
|
=================
|
|
Settings Overview
|
|
=================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
The :mc:`minio server` process stores its configuration in the storage backend :mc-cmd:`directory <minio server DIRECTORIES>`.
|
|
|
|
.. _minio-server-configuration-options:
|
|
|
|
MinIO Settings
|
|
--------------
|
|
|
|
MinIO settings define runtime behavior of the MinIO :mc:`server <minio server>` process.
|
|
|
|
.. include:: /includes/common-mc-admin-config.rst
|
|
:start-after: start-minio-settings-defined
|
|
:end-before: end-minio-settings-defined
|
|
|
|
.. include:: /includes/common-mc-admin-config.rst
|
|
:start-after: start-minio-settings-test-before-prod
|
|
:end-before: end-minio-settings-test-before-prod
|
|
|
|
Additional settings include those to customize:
|
|
|
|
- :ref:`Core settings <minio-server-envvar-core>`
|
|
- :ref:`Root credentials <minio-server-envvar-root>`
|
|
- :ref:`Storage class <minio-server-envvar-storage-class>`
|
|
- :ref:`MinIO Console <minio-server-envvar-console>`
|
|
- :ref:`Metrics and logging <minio-server-envvar-metrics-logging>`
|
|
- :ref:`Notification targets <minio-server-envvar-notifications>` for use with :ref:`MinIO Bucket Notifications <minio-bucket-notifications>`
|
|
- :ref:`Identity and access management solutions <minio-server-envvar-iam>`
|
|
- :ref:`Key Encryption Service (KES) <minio-server-envvar-kes>`
|
|
- :ref:`Object Lambda functions <minio-server-envvar-object-lambda-webhook>` |