1
0
mirror of https://github.com/minio/docs.git synced 2025-05-28 00:41:14 +03:00
docs/source/reference/minio-mc-admin/mc-admin-config.rst
Daryl White eb94513104
Breaking up envvars and config settings into separate settings pages (#1028)
- Creates a slew of folders and pages nested under the mc-server page to store settings.
- Breaks up all of the environment variable options formerly in the mc-server page into these separate pages.
- Moves the config settings formerly in the mc admin config page to the appropriate new settings pages.
- Adds a MiniO Client settings page and document `mc-host-<alias>`

Closes #1017
2023-11-03 07:55:22 -04:00

1.8 KiB

mc admin config

minio

Table of Contents

mc admin config

Description

The mc admin config command manages configuration settings for the minio server.

Use mc admin on MinIO Deployments Only

Examples

Syntax

set

Sets a configuration key <minio-server-configuration-settings> on the MinIO deployment. Configurations defined by environment variables override configurations defined by this command.

get

Gets a configuration key <minio-server-configuration-settings> on the MinIO deployment created using mc admin config set.

export

Exports any configuration settings created using mc admin config set.

history

Lists the history of changes made to configuration keys by mc admin config.

Configurations defined by environment variables do not show.

import

Imports configuration settings exported using mc admin config export.

reset

Resets config to defaults. Configurations defined in environment variables are not affected.

restore

Roll back changes to configuration keys to a previous point in history.

Does not affect configurations defined by environment variables.

Configuration Settings

For a list of available configuration settings, see minio-server-configuration-settings.