Files
templates/blueprints/rustfs/template.toml
2025-12-07 03:46:38 -06:00

26 lines
488 B
TOML

[variables]
console_domain = "${domain}"
api_domain = "${domain}"
access_key = "rustfsadmin"
secret_key = "${password:16}"
[config]
env = [
"RUSTFS_ACCESS_KEY=${access_key}",
"RUSTFS_SECRET_KEY=${secret_key}",
"",
"## SET THE API URL IN CONSOLE CONFIG BY CLICKING THE COG",
"## API URL: ${api_domain}",
]
mounts = []
[[config.domains]]
serviceName = "rustfs"
port = 9001
host = "${console_domain}"
[[config.domains]]
serviceName = "rustfs"
port = 9000
host = "${api_domain}"