fix so that it auto sends out https:// :3
This commit is contained in:
parent
bf7af479d5
commit
5f3bf59a6f
|
@ -7,7 +7,7 @@ R2_ENDPOINT=yourid.r2.cloudflarestorage.com
|
||||||
R2_ACCESS_KEY=insert_a_access_key
|
R2_ACCESS_KEY=insert_a_access_key
|
||||||
R2_SEC_KEY=insert_a_secret_key
|
R2_SEC_KEY=insert_a_secret_key
|
||||||
R2_BUCKET=your_bucket
|
R2_BUCKET=your_bucket
|
||||||
R2_DOMAIN=r2_domain
|
R2_DOMAIN=https://r2_domain.com // Do not forget to add https:// to that section!
|
||||||
|
|
||||||
UPLOAD_SEC=base64_upload_apikey
|
UPLOAD_SEC=base64_upload_apikey
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user