APP_NAME="YOUR COMAPNY NAME"
APP_ENV=local
APP_KEY=base64:iuh9iFhZuTHPPc2dQvqBo3VmGnGRmEY1/6+t8FzbtNY=
APP_DEBUG=true
APP_URL=http://localhost:8000
FRONTEND_URL=http://localhost:3000

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ttrades
DB_USERNAME=root
DB_PASSWORD=

MAIL_MAILER=log
MAIL_HOST=stockscrest-api.crestfulquest.xyz
MAIL_PORT=587
MAIL_USERNAME=support.stockscrestbrokerage@stockscrest-api.crestfulquest.xyz
MAIL_PASSWORD=SuccesS$@2023
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=spport.stockscrestbrokerage@stockscrest-api.crestfulquest.xyz
MAIL_FROM_NAME="${APP_NAME}"
