Initial Commit

This commit is contained in:
Hosteroid
2025-10-08 14:23:07 +03:00
commit b3b3ac66ff
78 changed files with 14248 additions and 0 deletions

32
env.example.txt Normal file
View File

@@ -0,0 +1,32 @@
# Application
APP_NAME="Domain Monitor"
APP_ENV=development
APP_URL=http://localhost:8000
APP_TIMEZONE=UTC
# Database
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=domain_monitor
DB_USERNAME=root
DB_PASSWORD=
# Session Security (set cookie_secure=1 only if using HTTPS)
SESSION_LIFETIME=1440
SESSION_COOKIE_HTTPONLY=1
SESSION_COOKIE_SECURE=0
SESSION_COOKIE_SAMESITE=Strict
# Email Configuration
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=noreply@domainmonitor.com
MAIL_FROM_NAME="Domain Monitor"
# Domain Check Settings
CHECK_INTERVAL_HOURS=24
NOTIFICATION_DAYS_BEFORE=60,30,21,14,7,5,3,2,1