Files
balikci/.env.example
salvacybersec f86cda2978 Domain support
2025-11-10 20:01:41 +03:00

26 lines
603 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.

# Backend .env örneği
# Bu dosyayı kopyalayın ve .env olarak kaydedin
# Sunucu Ayarları
NODE_ENV=production
PORT=3000
BASE_URL=https://yourdomain.com
# Session Secret (güçlü bir rastgele değer kullanın)
# Oluşturmak için: node -e "console.log(require('crypto').randomBytes(64).toString('hex'))"
SESSION_SECRET=change-this-to-a-strong-random-secret-key
# Gmail Ayarları (panelden de girebilirsiniz)
GMAIL_USER=
GMAIL_APP_PASSWORD=
# Telegram Bot (panelden de girebilirsiniz)
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Database
DB_PATH=./database/oltalama.db
# Log Seviyesi
LOG_LEVEL=info