diff --git a/backend/.env.example b/backend/.env.example index 02288ac..a8ab3bf 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -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 -