mcp-server/.env.example
2026-03-24 16:24:16 +03:00

14 lines
342 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ortam seçimi: prod | test | local
# IKLIM_BASE_URL tanımlıysa bu değer görmezden gelinir
IKLIM_ENV=prod
# Opsiyonel. Tanımlıysa IKLIM_ENV'i override eder
# IKLIM_BASE_URL=https://api.iklim.co
# HMAC-SHA256 istek imzalama anahtarı (zorunlu)
IKLIM_HMAC_SECRET=
# API kullanıcı bilgileri (zorunlu)
IKLIM_USERNAME=
IKLIM_PASSWORD=