.copier-answers.yml (new, at repo root): - Points to local template path (was GitLab remote) - _commit: v0.19.0 (enables copier update) - Reflects actual feature set: enable_cms, enable_daas, not directory/i18n/leads web/src/beanflows/core.py: - Added ENABLE_CMS/ENABLE_DAAS/ENABLE_DIRECTORY/ENABLE_LEADS/BUSINESS_MODEL to Config class (mirrors copier.yml questions for runtime feature gating) .env.example (new, at repo root): - Moved from web/.env.example; updated DUCKDB_PATH/SERVING_DUCKDB_PATH to root-relative paths (local.duckdb, analytics.duckdb) .gitignore: - Added web/src/beanflows/static/css/output.css (previously only in web/.gitignore) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
485 B
YAML
17 lines
485 B
YAML
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
|
_commit: v0.19.0
|
|
_src_path: /home/Deeman/Projects/quart_saas_boilerplate
|
|
author_email: hendrik@beanflows.coffee
|
|
author_name: Hendrik Deeman
|
|
base_url: https://beanflows.coffee
|
|
business_model: saas
|
|
description: Commodity analytics for coffee traders
|
|
enable_cms: true
|
|
enable_daas: true
|
|
enable_directory: false
|
|
enable_i18n: false
|
|
enable_leads: false
|
|
payment_provider: paddle
|
|
project_name: BeanFlows
|
|
project_slug: beanflows
|