docs: Update .env.example with Admin Panel API config
This commit is contained in:
parent
c28642cc6e
commit
b6cd28d5d3
|
|
@ -17,7 +17,10 @@ API_PORT=5000
|
|||
# Encryption Key (REQUIRED - Generate with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())")
|
||||
ENCRYPTION_KEY=qcaGX4ChgOqDRmfxaikZYYJJ_qYZUDx2nRWVVGHr4sM=
|
||||
|
||||
# Admin Panel API (for fetching CF accounts)
|
||||
ADMIN_API_URL=http://localhost:5001
|
||||
ADMIN_API_INTERNAL_KEY=internal-api-key-change-in-production
|
||||
|
||||
# Cloudflare Platform Accounts (DEPRECATED - Use database instead)
|
||||
# PLATFORM_CF_API_TOKEN=your_token_here
|
||||
# PLATFORM_CF_ACCOUNT_ID=your_account_id_here
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue