Skip to content

Commit 0a26e6d

Browse files
added example env file
1 parent 32144ec commit 0a26e6d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `manifest.json` file in the Git repo acts as a "pointer" system, mapping dat
8080
The tool is configured using a `.env` file. Create one by copying the example:
8181

8282
```bash
83-
cp .env.example .env
83+
cp env.example .env
8484
```
8585

8686
Now, edit the `.env` file with your Cloudflare R2 credentials. **This file should be in your `.gitignore` and never committed to the repository.**

env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Get these from your Cloudflare R2 dashboard
2+
R2_ACCOUNT_ID="your_cloudflare_account_id"
3+
R2_ACCESS_KEY_ID="your_r2_access_key"
4+
R2_SECRET_ACCESS_KEY="your_r2_secret_key"
5+
R2_BUCKET="your-r2-bucket-name"

0 commit comments

Comments
 (0)