##please if u are using shared hosting, make sure u right click on the .env file and give it permission 600. its very very important for security purpose. VPS server is best for security purpose, ]
##Shared lacks security so if u are using shared protect the .env file at all cost by giving it permison 600
##Hackers get access to ur script, if they get acesss to this .env file because it contains the database details once they get access to this file, they copy  the database details and login into ur database then they can go to the admin table and change password or to the wthmethod table in database where wallet address is stored and change your wallet address. protect this .env file at all cost. right click and give it permison 600. please i beg u also make sure app_debug is false. for mor script vist https://selar.com/m/Jeditech OR https://selar.com/m/Jeditech1




APP_NAME="Remedy Sefton Bank"
SHORT_NAME ="RSB Online Banking"
APP_ENV=production
APP_KEY=base64:pGwNRHBYg+/GuUZ6N9GSfb+cFrCED+0t0yjl+E7OI0g=
APP_DEBUG=false
APP_URL=https://azure-fly-232779.hostingersite.com/Seftonblue/

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=u257511803_Remember
DB_USERNAME=u257511803_Remember
DB_PASSWORD=u257511803_Remembe


BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DRIVER=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120000

MEMCACHED_HOST=127.0.0.1

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

BITPAY_PRIVATE_KEY_PATH=/tmp/bitpay.pri
BITPAY_PUBLIC_KEY_PATH=/tmp/bitpay.pub
BITPAY_NETWORK=testnet
BITPAY_KEY_STORAGE_PASSWORD=SomeRandomePasswordForKeypairEncryption
BITPAY_TOKEN=

TWILIO_SID=AC313cec66f42e494a04110382d6cd0fec
TWILIO_TOKEN=229a8fcdd9e16e01f93cc6b60cd2e2a6
TWILIO_FROM=+13083373843
