dashboard/config.py

4 lines
53 B
Python
Raw Normal View History

2021-09-27 12:03:35 +02:00
import os
SECRET_KEY = os.environ.get('SECRET_KEY')