Files
cd-browser/.env.example

15 lines
278 B
Plaintext

# Application settings
APP_NAME="New Project"
APP_ENV="development"
APP_DEBUG=true
# Logging
LOG_LEVEL="INFO"
# Example external service configuration
API_URL="https://api.example.com"
API_KEY="your-api-key-here"
# Database example (optional)
DATABASE_URL="sqlite:///app.db"