APP_NAME="Water Activities Curaçao"
APP_ENV=local
APP_KEY=base64:9tNPhCxbejBNlPTDA3kM1dao9PzAi/N47VGGCxs7GVI=
APP_DEBUG=true
# D9 — the operator, the slots and the reminders all run on island time.
APP_TIMEZONE=America/Curacao
APP_URL=http://localhost

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file

PHP_CLI_SERVER_WORKERS=4

BCRYPT_ROUNDS=12

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

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=8889
DB_DATABASE=water_activities_curacao
DB_USERNAME=root
DB_PASSWORD=root
# This host defaults to a non-InnoDB engine, and foreign keys then fail
# silently. Forced here as well as in config/database.php.
DB_ENGINE=InnoDB

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

BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database
CACHE_PREFIX=

MEMCACHED_HOST=127.0.0.1

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

MAIL_MAILER=log
MAIL_SCHEME=null
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="bookings@example.com"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_ADMIN_ADDRESS="bookings@example.com"

VITE_APP_NAME="${APP_NAME}"

# --- Seeded admin account (php artisan db:seed) ---
ADMIN_NAME="Administrator"
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=password

# --- Booking ---
# D12 — how long an unpaid bank transfer holds its seats. Cash on location
# never expires, so it has no setting.
BOOKING_TRANSFER_HOLD_HOURS=48
BOOKING_CURRENCY=XCG

# --- Payment details (D12) ---
# Shown after booking and repeated in the confirmation email. Placeholders
# until the client supplies the real account; Phase 11 moves these to a
# settings screen in the admin.
BOOKING_BANK_ACCOUNT_NAME="Water Activities Curaçao"
BOOKING_BANK_NAME="Bank name — to be confirmed"
BOOKING_BANK_ACCOUNT="Account number — to be confirmed"
BOOKING_BANK_SWIFT=
BOOKING_TRANSFER_NOTE=
BOOKING_CASH_NOTE=

# Where new-booking notifications go.
MAIL_ADMIN_ADDRESS="bookings@example.com"
