Environment Variables
Overview
Environment Variable Prefix
AZU_CONFIG_PATH=/path/to/config
AZU_LOG_LEVEL=debug
AZU_DATABASE_URL=postgresql://user:pass@localhost/dbCore Configuration Variables
Project Configuration
Variable
Description
Default
Example
Logging Configuration
Variable
Description
Default
Example
Database Configuration
Variable
Description
Default
Example
Development Server Configuration
Variable
Description
Default
Example
Generator-Specific Variables
Endpoint Generator
Variable
Description
Default
Example
Model Generator
Variable
Description
Default
Example
Service Generator
Variable
Description
Default
Example
Page Generator
Variable
Description
Default
Example
Environment-Specific Configuration
Development Environment
Production Environment
Testing Environment
Configuration Precedence
Setting Environment Variables
Unix/Linux/macOS
Windows (Command Prompt)
Windows (PowerShell)
Environment Files
.env File
Multiple Environment Files
CI/CD Integration
GitHub Actions
Docker
Security Considerations
Sensitive Information
Environment Variable Validation
Troubleshooting
Common Issues
Debugging
Environment Variable Reference
Best Practices
Last updated