make wrangler.toml env optional
This commit is contained in:
@@ -31,13 +31,13 @@ workers_dev = true
|
|||||||
# ============================================
|
# ============================================
|
||||||
[vars]
|
[vars]
|
||||||
# Google Custom Search API 配置
|
# Google Custom Search API 配置
|
||||||
GOOGLE_API_KEY = ""
|
# GOOGLE_API_KEY = ""
|
||||||
GOOGLE_CX = ""
|
# GOOGLE_CX = ""
|
||||||
|
|
||||||
# API 访问令牌(可选)
|
# API 访问令牌(可选)
|
||||||
# 配置后,所有 /search 请求都需要提供此 token 进行鉴权
|
# 配置后,所有 /search 请求都需要提供此 token 进行鉴权
|
||||||
# 可以通过 Authorization header (Bearer token) 或 query 参数 (?token=xxx) 传递
|
# 可以通过 Authorization header (Bearer token) 或 query 参数 (?token=xxx) 传递
|
||||||
TOKEN = ""
|
# TOKEN = ""
|
||||||
|
|
||||||
# ============================================
|
# ============================================
|
||||||
# 环境配置(可选)
|
# 环境配置(可选)
|
||||||
|
|||||||
Reference in New Issue
Block a user