Initial Commit
This commit is contained in:
32
env.example.txt
Normal file
32
env.example.txt
Normal 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
|
||||
Reference in New Issue
Block a user