Customize App
Environment Variables
In the Morph framework, you can set environment variables to be used in your code.
Accessing environment variables is done in the same way as in regular Python code.
By creating a .env
file at the root of your project and setting your variables there, the Morph framework will automatically read them.
.env