Unified email reports
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# Crew Sportswear Database
|
||||
DB_HOST_CREW=mysql
|
||||
DB_PORT_CREW=3306
|
||||
DB_NAME_CREW=custom_design
|
||||
DB_USER_CREW=crew_user
|
||||
DB_PASS_CREW=your_crew_password
|
||||
|
||||
# MerchBay Database
|
||||
DB_HOST_MERCHBAY=mysql
|
||||
DB_PORT_MERCHBAY=3306
|
||||
DB_NAME_MERCHBAY=merchbay_laravel
|
||||
DB_USER_MERCHBAY=merchbay_user
|
||||
DB_PASS_MERCHBAY=your_merchbay_password
|
||||
|
||||
# SMTP Configuration
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
|
||||
# Crew SMTP (mail@crewsportswear.com)
|
||||
SMTP_PASS_CREW=your_crew_gmail_app_password
|
||||
|
||||
# MerchBay SMTP (support@merchbay.com)
|
||||
SMTP_PASS_MERCHBAY=your_merchbay_gmail_app_password
|
||||
Reference in New Issue
Block a user