File size: 96 Bytes
decbf1d
53661ae
 
11916e6
 
1
2
3
4
5
import os

class Config:
    API_KEY = os.getenv('API_KEY')
    MongoURI = os.getenv('MongoURI')