docs: Update .env.example with Admin Panel API config

This commit is contained in:
oguz ozturk 2026-01-12 17:00:26 +03:00
parent c28642cc6e
commit b6cd28d5d3
1 changed files with 4 additions and 1 deletions

View File

@ -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