From 78d38afc3c5c3f68f915926e3be0821421102be6 Mon Sep 17 00:00:00 2001 From: matu6968 Date: Wed, 10 Jul 2024 19:21:38 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7df580..c7bec8e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ yarn start To use this service in ShareX, download example_sharex_config.sxcu from the source and edit the following: ``` -"RequestURL": "https://upload.insertdomain.com", - edit this line with your R2 domain set in .env file under R2_DOMAIN +"RequestURL": "https://upload.insertdomain.com", - edit this line with your endpoint domain in your web server (caddy is the easiest to setup) "X-API-Key": "insert_your_api_key_found_in_UPLOAD_SEC" - edit this line with your key set in .env file under UPLOAD_SEC ``` \ No newline at end of file