mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-24 00:02:28 +00:00
12 lines
381 B
Bash
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
|