Files
raisfast/.env.development
T
2026-05-10 03:00:33 +08:00

12 lines
381 B
Bash

# Development environment overrides
# This file is loaded after .env when APP_PROFILE=development (the default)
APP_ENV=development
# Development defaults: verbose logging, relaxed security
# JWT_SECRET=dev-secret-key-change-in-production-at-least-32-characters
# CORS_ORIGINS=http://localhost:3000
# Development database
# DATABASE_URL=sqlite:./storage/db/raisfast.db?mode=rwc