Environment Variables

You can add environment variables securely through the Dash UI when needed — our interface lets you configure them per application for flexibility and safety.

Recommendations:

  • Never commit a real .env file.

  • Your app should handle missing non-critical environment variables gracefully.

Updated on