Files
hDiyanetProxy/.env.example
hOLOlu a798066049 İlk sürüm: hDiyanetProxy v1.0.0
- Backend: Node.js + Express + MySQL + JWT auth
- 8 MySQL tablosu (users, countries, states, cities, prayer_times, ramadan_times, eid_times, fetch_logs)
- Diyanet API entegrasyonu (auth + token yönetimi)
- Tüm API endpointleri (places, prayer-times, ramadan, eid, admin)
- Rate limiting, CORS, input validation
- Cron job (gece 02:00 otomatik veri çekme)
- Frontend: Login, Dashboard, Fetch Panel, Namaz Vakitleri, Ramazan, Admin, Profil
- Admin kullanıcı: admin/admin123
2026-02-27 07:53:41 +03:00

22 lines
407 B
Plaintext
Raw 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.
# hDiyanetProxy - Environment Variables Example
# MySQL Veritabanı
DB_HOST=localhost
DB_PORT=3306
DB_NAME=hdiyanetproxy
DB_USER=root
DB_PASS=your_password
# JWT
JWT_SECRET=change_this_to_a_random_secret_key
JWT_EXPIRES_IN=24h
# Server
PORT=3000
NODE_ENV=development
# Diyanet API
DIYANET_API_URL=https://awqatsalah.diyanet.gov.tr
DIYANET_EMAIL=your_diyanet_email
DIYANET_PASSWORD=your_diyanet_password