Python
Env vars
When you start a workspace, a file called .env
is created in the root of the project.
By defining environment variables in this file, they are automatically set when the Python file is executed.
Access to environment variables can be done in the same way as in normal Python code.