# Eval case for the `db_kind` classifier. # The pipeline's correctness on real apps is gated on this kind of fixture — # re-run `eval/run_eval.py` after every prompt change. name: mealie input: | App: mealie (recipe manager). Excerpt from official docker-compose docs: environment: DB_ENGINE: postgres POSTGRES_USER: mealie POSTGRES_PASSWORD: change-me POSTGRES_SERVER: postgres POSTGRES_PORT: 5432 POSTGRES_DB: mealie ALLOW_SIGNUP: "true" BASE_URL: https://mealie.example.com OPENAI_API_KEY: sk-... # optional, enables recipe parsing via OpenAI TZ: Europe/Amsterdam expected: needs_postgres: true db_env_vars: - DB_ENGINE - POSTGRES_USER - POSTGRES_PASSWORD - POSTGRES_SERVER - POSTGRES_PORT - POSTGRES_DB secrets: - POSTGRES_PASSWORD - OPENAI_API_KEY config: - ALLOW_SIGNUP - BASE_URL - TZ