Files
rustfs-console/public/config.json.example
T
2025-02-23 15:47:36 +08:00

18 lines
353 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",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
}