mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 16:36:53 +08:00
12 lines
414 B
Bash
12 lines
414 B
Bash
# AnySearch API Key Configuration
|
|
# =================================
|
|
# Optional but recommended. Without a key, anonymous access is used with lower rate limits.
|
|
# To obtain a key: https://anysearch.com/settings/api-keys
|
|
#
|
|
# Priority: --api_key flag > .env file > system environment variable > anonymous
|
|
#
|
|
# Format:
|
|
# ANYSEARCH_API_KEY=<your_api_key_here>
|
|
|
|
ANYSEARCH_API_KEY=as_sk_16c4f23c66e3a3b9c9683f79090fa912
|