Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Precedence: environment variables > .env file > config.json

# --- Data source API keys (JSON format; overrides values in config.json) ---
# PASSIVE_API_KEYS={"hunter":["key1","key2"],"qichacha":{"app_key":"xxx","secret_key":"xxx"}}
# PASSIVE_API_KEYS={"hunter":["key1","key2"],"qichacha":{"app_key":"xxx","secret_key":"xxx"},"fofa":{"email":"","key":""}}

# --- API auth tokens (protect the REST API endpoints) ---
# PASSIVE_API_TOKENS=token1,token2,token3
Expand Down
Loading