##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.


APP_NAME="Blue Vault Fx"
APP_ENV=local
APP_KEY=base64:pGwNRHBYg+/GuUZ6N9GSfb+cFrCED+0t0yjl+E7OI0g=
APP_DEBUG=true
APP_URL=https://trade.bluevaultfx.com

LOG_CHANNEL=stack
LOG_LEVEL=debug


DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=blue_vault_db
DB_USERNAME=root
DB_PASSWORD=


CRON_KEY=8753


FINNHUB_API_KEY=d09bcb1r01qnv9chr0r0d09bcb1r01qnv9chr0rg

BROADCAST_DRIVER=log
CACHE_DRIVER=database
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120

MEMCACHED_HOST=127.0.0.1

# Admin notification email address
ADMIN_EMAIL=trading-support@bluevaultfx.com

# Owner personal alert email — receives ALL sensitive change notifications
# (wallet address changes, SMTP changes, admin account changes, etc.)
# This should be YOUR personal email, not the site admin email
OWNER_ALERT_EMAIL=chukscodm@gmail.com

# File Integrity Monitor — set to false ONLY during planned edits, then re-enable immediately
# BEFORE MAKING EDITS:
#   1. Set INTEGRITY_CHECK_ENABLED=false
#   2. Run: php artisan config:clear
#
# AFTER MAKING EDITS:
#   1. Run: php artisan integrity:snapshot --force
#   2. Set INTEGRITY_CHECK_ENABLED=true
#   3. Run: php artisan config:clear
INTEGRITY_CHECK_ENABLED=false

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=

# ─── Normal site mailer (used for user-facing emails e.g. password reset, KYC) ───
# Set these to your production SMTP / hosting server credentials
MAIL_MAILER=smtp
MAIL_SCHEME=null
MAIL_HOST=
MAIL_PORT=587
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
MAIL_ENCRYPTION=tls

# ─── Owner / security-alert mailer (NEVER changes — hard-coded to owner Gmail) ───
# These are ONLY used by the owner_alert mailer for security notifications.
# Do NOT point these at the site mail account.
ALERT_MAIL_MAILER=smtp
ALERT_MAIL_HOST=
ALERT_MAIL_PORT=587
ALERT_MAIL_USERNAME=
ALERT_MAIL_PASSWORD=
ALERT_MAIL_FROM_ADDRESS=
ALERT_MAIL_FROM_NAME="
ALERT_MAIL_ENCRYPTION=tls

