# This is an auto-generated .env.example file # Copy this to .env.example and fill in your values # Application APP_NAME=EnvGuard APP_ENV=development APP_DEBUG=true # Database DATABASE_URL= # Security SECRET_KEY= # API Keys API_KEY= # URLs API_URL=https://api.example.com # Server PORT=3000 HOST=localhost