APP_NAME=Vita-Server
APP_ENV=production
APP_KEY=base64:MJ5jYUYbbqfw83NuH+EFW9Sd5tKVe2UFaVHaLlzLMQo=
APP_DEBUG=false

# === Production URL (subdirectory deployment under vitatec.io) ===
# When the app is served from https://api.vitatec.io/vita-server/, set APP_URL
# to the FULL public URL including the subdirectory and a trailing slash.
# Laravel uses this for any generated URLs.
APP_URL=https://api.vitatec.io/vita-server/

# For local development with `php artisan serve`:
# APP_URL=http://127.0.0.1:8080

LOG_CHANNEL=stack
LOG_LEVEL=info

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=vitateci_serverx
DB_USERNAME=vitateci_android
DB_PASSWORD="Root0599??"

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_CONNECTION=database

# Sanctum stateful domains — the host (no scheme, no path) the JS SPA runs
# from, if any. For headless API usage (token only) this can stay empty.
SANCTUM_STATEFUL_DOMAINS=vitatec.io,localhost

# Branding
VITA_SERVER_BRAND=Vitatec
VITA_SERVER_PACKAGE_STORAGE=local

# DEV ONLY — when true, any non-empty bearer token is accepted. Useful while
# Falcon's cutover is being tested. MUST be false in production.
VITA_SERVER_ALLOW_DEV_TOKEN=false
INSTALL_KEY=dff96fee29f64d2c3adf220202caa73839b56d7ebe7cbbd50aa89655ddb95c50
