mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
yml-config: Add support of rootUser and rootPassword (#18615)
Users can define the root user and password in the yaml configuration file; Root credentials defined in the environment variable still take precedence
This commit is contained in:
@@ -146,6 +146,8 @@ type serverCtxt struct {
|
||||
configDirSet, certsDirSet bool
|
||||
Interface string
|
||||
|
||||
RootUser, RootPwd string
|
||||
|
||||
FTP []string
|
||||
SFTP []string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user