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