APP_NAME=SisnetCall API
APP_ENV=production
APP_HOST=127.0.0.1
APP_PORT=8000
APP_DEBUG=false

DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=sisnetcall
DB_USER=sisnetcall
DB_PASSWORD=9waTI2fEPUBx6rwc

CORS_ORIGINS=http://localhost,http://127.0.0.1
SISNETCALL_API_TOKEN=g7RMsRhgtblcV4nhR2LCzrXDpgBsuvE9Wxecv9uSJi

# SMTP para notificacoes por email
SISNETCALL_SMTP_HOST=smtp.gmail.com
SISNETCALL_SMTP_PORT=587
SISNETCALL_SMTP_USER=notifica.sisnetsul@gmail.com
SISNETCALL_SMTP_PASS=gwefpwwlhwdgkidw
SISNETCALL_SMTP_FROM=notifica.sisnetsul@gmail.com
