mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 09:52:25 +08:00
18 lines
353 B
JSON
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"
|
|
}
|
|
}
|