GetIntern / config.py
trexhere's picture
Update config.py
decbf1d verified
raw
history blame contribute delete
No virus
96 Bytes
import os
class Config:
API_KEY = os.getenv('API_KEY')
MongoURI = os.getenv('MongoURI')