How to store secrets and environment variables.
import os my_secret_key = os.environ['MY_SECRET_KEY']
Was this page helpful?