Environments
Environment Enum
enum Azu::Environment
Development
Test
Production
endSetting Environment
Via Configuration
Azu.configure do |config|
config.env = Azu::Environment::Production
endVia Environment Variable
export AZU_ENV=productionChecking Environment
Development Environment
Setting
Value
Purpose
Behavior
Configuration
Test Environment
Setting
Value
Purpose
Behavior
Configuration
Test Setup
Production Environment
Setting
Value
Purpose
Behavior
Configuration
Security Considerations
Environment Files
.env Files
Loading Environment
Complete Example
See Also
Last updated
Was this helpful?
