Skip to content

Commit b504e76

Browse files
update cf kv store config guide
1 parent 3fbf1b3 commit b504e76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The core idea is to let the backend handle user identity while giving you, the u
3535

3636
- **IndexedDB**: A fast, secure, and scalable key-value store. No need to configure anything. Not login required.
3737
- **Backend Storage**: The backend can save the canvas to the server's storage (SQLite, Filesystem, S3). Synchronized in different devices.
38-
- **Cloudflare KV**: A fast, secure, and scalable key-value store. Need to setup cloudlfare worker and DO spaces.
38+
- **Cloudflare KV**: A fast, secure, and scalable key-value store. This requires deploying a companion Worker to your Cloudflare account. See the [**Cloudflare Worker Deployment Guide**](./cloudflare-worker/README.md) for detailed instructions.
3939
- **Amazon S3**: A reliable, scalable, and inexpensive object storage service.
4040

4141
## Installation & Running

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Excalidraw Full 已经进化。它不再仅仅是 Excalidraw 的一个简单封
3535

3636
- **IndexedDB**: 一种快速、安全且可扩展的键值存储。无需任何配置,也无需登录。
3737
- **后端存储**: 后端可以将画板保存到服务器的存储中(SQLite、文件系统、S3)。可在不同设备间同步。
38-
- **Cloudflare KV**: 一种快速、安全且可扩展的键值存储。需要设置 Cloudflare Worker 和 DO Spaces
38+
- **Cloudflare KV**: 一种快速、安全且可扩展的键值存储。这需要您在自己的 Cloudflare 账户中部署一个配套的 Worker。请参阅 [**Cloudflare Worker 部署指南**](./cloudflare-worker/README.md) 获取详细说明
3939
- **Amazon S3**: 一种可靠、可扩展且经济的对象存储服务。
4040

4141
## 安装与运行

cloudflare-worker

0 commit comments

Comments
 (0)