mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 14:55:29 +00:00
- Replaced the repository configuration in `builder.config.example.json` with S3 storage settings, including bucket and endpoint details. - Removed the social and feed sections from `config.example.json` to simplify the configuration structure. - Updated the README to reflect changes in the author section and added optional comments for clarity. Signed-off-by: Innei <tukon479@gmail.com>
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"storage": {
|
|
"provider": "s3",
|
|
"bucket": "my-photos",
|
|
"region": "us-east-1",
|
|
"prefix": "photos/",
|
|
"customDomain": "https://cdn.example.com",
|
|
"endpoint": "https://s3.amazonaws.com"
|
|
}
|
|
} |