## Flutter environment variables (loaded by flutter_dotenv)
# Android emulator: host loopback

# API_BASE_URL=http://127.0.0.1:8000
API_BASE_URL=https://tokyl.com/api

# Secure upload/download API (usually the same as API_BASE_URL)
# SECURE_FILES_BASE_URL=http://api.tokil.shahtut.com

# SECURE_FILES_BASE_URL=http://127.0.0.1:8000
ECURE_FILES_BASE_URL=https://tokyl.com/api

# App update metadata endpoint
# APP_UPDATE_INFO_URL=http://127.0.0.1:8000/app-update
APP_UPDATE_INFO_URL=https://tokyl.com/api/app-update

# iOS simulator (uncomment to override for iOS runs)
# API_BASE_URL=http://127.0.0.1:8000

# Web (uncomment for Flutter web)
# API_BASE_URL=http://localhost:8000

# ZarinPal
# Merchant ID (from your ZarinPal panel)
# this is for shahtut
# ZARINPAL_MERCHANT_ID=81c06cc5-b1db-410e-abd2-5188a126d3b2 
ZARINPAL_MERCHANT_ID=f7e8923c-ca99-410d-af81-020a1b888fec
# Production callback URL (must be http(s) and use the same domain registered in your ZarinPal terminal)
# Example: https://app.example.com/payments/zarinpal/callback
# In sandbox/debug builds the app uses an internal deep link instead.
# ZARINPAL_CALLBACK_URL=https://api.tokyl.com/payments/zarinpal/callback
ZARINPAL_CALLBACK_URL=https://tokyl.com/api/payments/zarinpal/callback
#company system ip 80.191.100.126
#mobinet home ip 188.212.240.244