﻿# Database Configuration
DB_HOST=localhost
DB_NAME=dishekimligi_db
DB_USER=root
DB_PASS=
DB_CHARSET=utf8mb4
DB_PORT=3306

# Application Configuration
APP_ENV=development
APP_DEBUG=true
APP_URL=http://localhost:8080
TIMEZONE=Europe/Istanbul

# Session Configuration
SESSION_LIFETIME=7200

# Supported Languages
SUPPORTED_LANGUAGES=tr,en

# Admin Panel Password
ADMIN_PANEL_PASSWORD=admin123
