File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ OPENAI_BASE_URI="http://localhost:3001"
13
13
14
14
# S3/Cloudflare R2 Configuration (Optional)
15
15
# If not provided, local file storage will be used
16
- S3_ACCESS_KEY_ID = "6215aeddb7631fc0d6284ddbb63364f8 " # Must be 32 characters for Cloudflare R2
17
- S3_SECRET_ACCESS_KEY = " 66c6c645f27e72b6bbb1de479163eb454cd4aaee212f5767a660525cb4bd813a "
16
+ S3_ACCESS_KEY_ID = "your_s3_access_key_id " # Must be 32 characters for Cloudflare R2
17
+ S3_SECRET_ACCESS_KEY = " your_s3_secret_access_key "
18
18
S3_REGION = "auto" # Use 'auto' for Cloudflare R2
19
- S3_BUCKET_NAME = " pengyucdn "
20
- S3_ENDPOINT = "https://a85330980c7cb2d6526f81850a64fced .r2.cloudflarestorage.com" # Cloudflare R2 endpoint
21
- S3_ACCOUNT_ID = "a85330980c7cb2d6526f81850a64fced" # Your Cloudflare account ID
22
- S3_PUBLIC_URL = "https://pub-47e72e8a290d495a81fe0741fd1a2f1a .r2.dev" # Your R2 public bucket URL
19
+ S3_BUCKET_NAME = " your_bucket_name "
20
+ S3_ENDPOINT = "https://<account_id> .r2.cloudflarestorage.com" # Cloudflare R2 endpoint
21
+ S3_ACCOUNT_ID = "your_cloudflare_account_id" # Your Cloudflare account ID
22
+ S3_PUBLIC_URL = "https://pub-xxx .r2.dev" # Your R2 public bucket URL
23
23
24
24
# mail
25
25
# Set to false to disable all email functionality
You can’t perform that action at this time.
0 commit comments