ObjectRouter/config-example.json
2024-01-20 21:25:30 +08:00

16 lines
335 B
JSON

// RENAME THIS FILE TO config.json AND REMOVE THIS LINE
// ROUTING: "Request URL": "Target Relative URL in bucket"
{
"port": 3000,
"s3": {
"accessKeyId": "",
"secretAccessKey": "",
"region": "",
"bucket": "",
"endpoint": ""
},
"routing": {
"avatar": "avatar.png"
}
}