.env updated
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
RUSTFS_SERVER_DOMAINS="rustfs.example.org"
|
||||
|
||||
####################################################################################################################
|
||||
### env from: https://github.com/rustfs/rustfs/blob/1.0.0-alpha.65/docs/examples/docker/docker-comprehensive.yml ###
|
||||
####################################################################################################################
|
||||
|
||||
RUSTFS_ACCESS_KEY="devops"
|
||||
RUSTFS_SECRET_KEY="CHANGE_ME"
|
||||
RUSTFS_CONSOLE_ENABLE=true
|
||||
|
||||
RUSTFS_ADDRESS="0.0.0.0:9000"
|
||||
RUSTFS_CONSOLE_ADDRESS="0.0.0.0:9001"
|
||||
RUSTFS_EXTERNAL_ADDRESS=":9020"
|
||||
RUSTFS_CORS_ALLOWED_ORIGINS="https://rustfs.example.org"
|
||||
RUSTFS_CONSOLE_CORS_ALLOWED_ORIGINS="https://console.rustfs.example.org"
|
||||
|
||||
Reference in New Issue
Block a user