APP_NAME="whatsjet"
# Use 'production' for live uses
APP_ENV=local
# Set to true for debugging
APP_DEBUG=true
# application key
APP_KEY=base64:ExktIRBYZDy3+mCubhTdhwO/v64GCsK1RuoW4z84LSc=
# Database Host
DB_HOST=localhost
# Database Name
DB_DATABASE=u975447690_shashi
# Database Username
DB_USERNAME=u975447690_shashi
# Database Password
DB_PASSWORD=Trickfast@123
# Mail Configuration
MAIL_MAILER=sendmail
MAIL_HOST=smtp.hostinger.com
MAIL_PORT=465
MAIL_USERNAME=info@cnmacademy.in
MAIL_PASSWORD=Trickfast@123
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=info@cnmacademy.in
MAIL_FROM_NAME="${APP_NAME}"