santit96's picture
Dockerize the api rest app
d5ef8f7
raw
history blame contribute delete
54 Bytes
import os
SECRET_KEY = os.getenv("SECRET_KEY", None)