Deprecated Settings

This page covers deprecated settings that control core behavior of the AIStor Server process.

Settings on this page may be removed at any time. Users should migrate to the recommended replacement at the earliest opportunity.

You can establish or modify settings by defining:

  • an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable.
  • a configuration setting using mc admin config set.

If you define both an environment variable and the similar configuration setting, AIStor Server uses the environment variable value.

Some settings have only an environment variable or a configuration setting, but not both.

Each configuration setting controls fundamental AIStor behavior and functionality. Test configuration changes in a lower environment, such as DEV or QA, before applying to production.

Environment Variables

Any information listed in this section is here for historical reference only. All listed variables may be removed from a future release at any time.

MINIO_SERVER_URL

Deprecated since version RELEASE.2024-05-10T01-41-38Z

The fully qualified domain name (FQDN) the web console uses for connecting to the AIStor Server.

For the Console to function correctly, the server URL must be the FQDN of the host, resolveable, and reachable.

If the specified value does not resolve to the server, logins via the console may fail and return a network error after a wait period. Older versions of the Console may return a generic ‘Invalid Login’ error instead. Unset the value or address the FQDN resolution issue to allow Console logins to proceed. This setting may be required if:

  • The server uses a TLS certificate that does not include the host local IP(s) in the certificate Subject Alternative Name (SAN).

or

  • The Console must use a specific hostname to connect or reference the server, such as due to a reverse proxy or similar configuration.
All rights reserved 2024-Present, MinIO, Inc.