Is there something like node’s process.env to access environment variables? I want to know in my Foxx code whether it's running in development, test, staging, or production.
Alternatively, is there any way to determine if my Foxx app is running in development-mode?