# SOULVPN Environment Variables Template
# Bu dosyayı .env olarak kaydedin ve değerleri düzenleyin

# Veritabanı Ayarları (Shared Hosting)
DB_HOST=localhost
DB_USER=your_username_soulvpn_db
DB_PASSWORD=your_database_password
DB_NAME=your_username_soulvpn_db
DB_PORT=3306

# JWT Secret Key (MUTLAKA DEĞİŞTİRİN!)
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production-2024

# Next.js Ayarları
NEXTAUTH_URL=https://yourdomain.com
NEXTAUTH_SECRET=your-nextauth-secret-key-production

# Uygulama Ayarları
NODE_ENV=production
PORT=3000

# SSL Ayarları (Production için)
SSL_MODE=require
SSL_REJECT_UNAUTHORIZED=false

# Shared Hosting Özel Ayarlar
# Bazı hosting sağlayıcıları farklı ayarlar kullanabilir:
# DB_HOST=mysql.yourhosting.com
# DB_PORT=3306
# DB_USER=yourhosting_username
# DB_NAME=yourhosting_dbname
