APP_NAME="Grow Tool Therapies CRM"
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost/crm/public
APP_TIMEZONE=Africa/Nairobi

DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=grow_tool_therapies_crm
DB_USERNAME=root
DB_PASSWORD=

SMTP_HOST=
SMTP_PORT=587
SMTP_AUTH=true
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_ENCRYPTION=tls
SMTP_FROM_EMAIL=
SMTP_FROM_NAME="Grow Tool Therapies"
