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

Class FlaskAppConfig

byod/api/app/config.py:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17openai.api_key = OPENAI_KEY
18
19class FlaskAppConfig:
20 CORS_HEADERS = "Content-Type"
21 SQLALCHEMY_DATABASE_URI = DB_URL
22 SQLALCHEMY_ENGINE_OPTIONS = {"pool_pre_ping": True}
23
24if DB_URL:
25 ENGINE = create_engine(DB_URL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected