media-gen-api / app /core /config.py
osnarayana's picture
updated folder structure
a2bddb3
raw
history blame contribute delete
107 Bytes
import os
class Settings:
API_KEY: str = os.getenv("API_KEY", "dummy-api-key")
settings = Settings()