MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / FlaskAppConfig

Class FlaskAppConfig

api/app/config.py:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32openai.api_key = OPENAI_KEY
33
34class FlaskAppConfig:
35 CORS_HEADERS = "Content-Type"
36 SQLALCHEMY_DATABASE_URI = DB_URL
37 SQLALCHEMY_ENGINE_OPTIONS = {"pool_pre_ping": True}
38 TIMEOUT = 60
39
40if DB_URL:
41 ENGINE = create_engine(DB_URL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected