first commit: Complete phishing test management panel with Node.js backend and React frontend
This commit is contained in:
26
backend/.env.example
Normal file
26
backend/.env.example
Normal file
@@ -0,0 +1,26 @@
|
||||
# Server Configuration
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
BASE_URL=http://localhost:3000
|
||||
|
||||
# Session Secret
|
||||
SESSION_SECRET=your-secret-key-change-this-in-production
|
||||
|
||||
# Database
|
||||
DB_PATH=./database/oltalama.db
|
||||
|
||||
# Gmail Configuration (App Password gerekli)
|
||||
GMAIL_USER=your-email@gmail.com
|
||||
GMAIL_APP_PASSWORD=your-16-digit-app-password
|
||||
GMAIL_FROM_NAME=Güvenlik Ekibi
|
||||
|
||||
# Telegram Bot Configuration
|
||||
TELEGRAM_BOT_TOKEN=your-bot-token-here
|
||||
TELEGRAM_CHAT_ID=your-chat-id-here
|
||||
|
||||
# Admin User (İlk kurulumda)
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=admin123
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user