Files
mengya-nav/cf-nav-backend/wrangler.toml
2026-03-11 20:46:24 +08:00

16 lines
544 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name = "cf-nav-backend"
main = "worker.js"
compatibility_date = "2026-01-01"
# KV 命名空间(与原先 cf-nav 使用同一套数据可复用同一 id
[[kv_namespaces]]
binding = "NAV_KV"
id = "a89f429e1a684d2084eae8619755ee11"
# 管理令牌/密码:与前端 config.js 的 ADMIN_TOKEN 一致;请求头带 Authorization: Bearer <本值> 才能写数据(也可用 wrangler secret put ADMIN_PASSWORD 设置)
[vars]
ADMIN_PASSWORD = "shumengya5201314"
FAVICON_API = "https://cf-favicon.pages.dev/api/favicon?url="