ObjectRouter/config-example.json

16 lines
335 B
JSON
Raw Permalink Normal View History

2024-01-20 21:25:30 +08:00
// 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"
}
}