Files
rustfs-console/public/config.json.example
T
2025-04-13 15:22:04 +08:00

18 lines
324 B
JSON

{
"api": {
"baseURL": "<PROTOCOL>://<HOST>:<PORT>/rustfs/admin/v3"
},
"s3": {
"endpoint": "<PROTOCOL>://<HOST>:<PORT>",
"region": "<REGION>"
},
"release": {
"version": "<RELEASE_VERSION>",
"date": "<RELEASE_DATE>"
},
"license": {
"name": "Apache-2.0",
"expired": "1744017568"
}
}