# Environment Configuration for {{projectName}} # Generated by AppKit CLI # Server Configuration PORT=3000 NODE_ENV=development # Database Configuration DATABASE_URL="file:./dev.db" # Application Configuration APP_NAME={{projectName}} API_VERSION=1.0.0 # Logging LOG_LEVEL=info # Frontend API Protection VOILA_FRONTEND_KEY={{randomFrontendKey}} # Authentication Secret (JWT signing) VOILA_AUTH_SECRET={{randomAuthSecret}} # Default User Password (for seeding) DEFAULT_USER_PASSWORD={{randomDefaultPassword}}