You could also create environment variables outside of Python, in the terminal ... from fastapi import FastAPI from .config import settings app = FastAPI() ...
確定! 回上一頁