Socialify

Folder ..

Viewing .env.example
14 lines (12 loc) • 315.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# .env.example
PORT=3000
ENV=development
SECRET_KEY=your-secret-key-here

# Mail Server Configuration
MAIL_IMAP_HOST=mail.example.com
MAIL_IMAP_PORT=993
MAIL_SMTP_HOST=mail.example.com
MAIL_SMTP_PORT=587
MAIL_SMTP_USE_STARTTLS=true

# Authorized Domains (comma-separated)
AUTHORIZED_DOMAINS=example.com,example.org