APP_NAME="Thinkrax Central"
APP_ENV=local
APP_KEY=base64:V4EJYl/7jjSfwl+4t5IquWe2omDfEWaPMw5+O6iok9I=
APP_DEBUG=true
APP_URL=http://admin.thinkrax.test
APP_TIMEZONE=Asia/Karachi

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file

BCRYPT_ROUNDS=12

LOG_CHANNEL=stack
LOG_STACK=daily
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

# ---------------------------------------------------------------------------
# Central database — this IS the shared SaaS database. The Thinkrax POS
# project (and every other Thinkrax product) points its `central` connection
# at this exact same database.
# ---------------------------------------------------------------------------
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=thinkrax_central
DB_USERNAME=root
DB_PASSWORD=

SESSION_DRIVER=database
SESSION_LIFETIME=480
SESSION_ENCRYPT=false
SESSION_PATH=/
SESSION_DOMAIN=null

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=public
QUEUE_CONNECTION=database
CACHE_STORE=database

REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=log
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="no-reply@thinkrax.com"
MAIL_FROM_NAME="${APP_NAME}"

# ---------------------------------------------------------------------------
# Thinkrax SaaS wiring
# ---------------------------------------------------------------------------
# Days of read-only grace after a subscription expires before hard lockout
THINKRAX_GRACE_DAYS=3
# Company identity shown on invoices / emails
THINKRAX_COMPANY_NAME="Thinkrax Technologies"
THINKRAX_SUPPORT_EMAIL=support@thinkrax.com
THINKRAX_SUPPORT_PHONE="+92 300 0000000"

# ---------------------------------------------------------------------------
# Payment proof storage
# ---------------------------------------------------------------------------
# Screenshots are uploaded by the PRODUCT apps. Point these at the same
# storage they write to so the verification queue can display them.
#   - same server  : PROOFS_DISK_ROOT=/var/www/thinkrax-pos/storage/app/public
#                    PROOFS_DISK_URL=https://app.thinkrax.com/storage
#   - shared bucket: mount it, or switch the disk driver to s3 in
#                    config/filesystems.php
PROOFS_DISK_ROOT=
PROOFS_DISK_URL=https://app.thinkrax.com/storage

VITE_APP_NAME="${APP_NAME}"
