dashboard/config.py
2021-09-27 12:03:35 +02:00

3 lines
53 B
Python

import os
SECRET_KEY = os.environ.get('SECRET_KEY')